aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
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 /bootstrap-1.0.0.css
parentb11784fec036e09e523df4a96b571071af88446a (diff)
downloadbootstrap-25d9a2f2b8e5bcc266e676fdca43541206eb3dbf.tar.xz
bootstrap-25d9a2f2b8e5bcc266e676fdca43541206eb3dbf.zip
update grid bg to 18px baseline, updated docs for disabled buttons
Diffstat (limited to 'bootstrap-1.0.0.css')
-rw-r--r--bootstrap-1.0.0.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index b2b8282a7..1a56a1387 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -396,7 +396,7 @@ a:hover {
}
.btn.large {
font-size: 16px;
- line-height: 30px;
+ line-height: 28px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
@@ -406,6 +406,14 @@ a:hover {
padding-left: 9px;
font-size: 11px;
}
+.btn:disabled, .btn.disabled {
+ background-image: none;
+ filter: alpha(opacity=65);
+ -khtml-opacity: 0.65;
+ -moz-opacity: 0.65;
+ opacity: 0.65;
+ cursor: default;
+}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
padding: 0;
border: 0;