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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user