0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

fix missing ; in buttons.less

This commit is contained in:
Mark Otto 2012-02-01 18:18:39 -08:00
parent f2d3026de8
commit 8a1769c9e2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -107,7 +107,7 @@
.btn-info, .btn-info,
.btn-info:hover { .btn-info:hover {
text-shadow: 0 -1px 0 rgba(0,0,0,.25); text-shadow: 0 -1px 0 rgba(0,0,0,.25);
color: @white color: @white;
} }
// Provide *some* extra contrast for those who can get it // Provide *some* extra contrast for those who can get it
.btn-primary.active, .btn-primary.active,