Restored old h6 of bootstrap. Fixed buttons line-height

This commit is contained in:
Dmitriy Zaporozhets 2012-11-21 09:14:15 +02:00
parent 3ab33fcfca
commit c1c1a1eeee
3 changed files with 12 additions and 6 deletions

View file

@ -1,8 +1,6 @@
.btn {
@include bg-gradient(#f7f7f7, #d5d5d5);
border-color:#aaa;
font-size: 13px;
line-height: 18px;
&:hover {
@include bg-gray-gradient;
border-color:#bbb;
@ -86,7 +84,6 @@
&.small {
@extend .btn-small;
line-height: 18px;
}
&.active {