2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +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
+9 -1
View File
@@ -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;