aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-28 15:54:25 -0700
committerMark Otto <[email protected]>2011-06-28 15:54:25 -0700
commit25d9a2f2b8e5bcc266e676fdca43541206eb3dbf (patch)
treea82528da35fb9dc4fd232baa874b5a1869f66ab7 /lib
parentb11784fec036e09e523df4a96b571071af88446a (diff)
downloadbootstrap-25d9a2f2b8e5bcc266e676fdca43541206eb3dbf.tar.xz
bootstrap-25d9a2f2b8e5bcc266e676fdca43541206eb3dbf.zip
update grid bg to 18px baseline, updated docs for disabled buttons
Diffstat (limited to 'lib')
-rw-r--r--lib/scaffolding.less8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index 6853afe75..f279fe141 100644
--- a/lib/scaffolding.less
+++ b/lib/scaffolding.less
@@ -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,