Commit 8a1769c9 authored by Mark Otto's avatar Mark Otto

fix missing ; in buttons.less

parent f2d3026d
......@@ -107,7 +107,7 @@
.btn-info,
.btn-info:hover {
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
color: @white
color: @white;
}
// Provide *some* extra contrast for those who can get it
.btn-primary.active,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment