2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

update grid bg to 18px baseline, updated docs for disabled buttons

This commit is contained in:
Mark Otto
2011-06-28 15:54:25 -07:00
parent b11784fec0
commit 25d9a2f2b8
6 changed files with 41 additions and 13 deletions
+7 -1
View File
@@ -89,7 +89,7 @@ a {
}
&.large {
font-size: 16px;
line-height: 30px;
line-height: 28px;
.border-radius(6px);
}
&.small {
@@ -97,6 +97,12 @@ a {
padding-left: 9px;
font-size: 11px;
}
&:disabled,
&.disabled {
background-image: none;
.opacity(65);
cursor: default;
}
}
// Help Firefox not be a douche about adding extra padding to buttons
button.btn,