aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-07-24 00:49:19 -0700
committerJacob Thornton <[email protected]>2012-07-24 00:49:19 -0700
commite2fc202df2a5ff0da156904f1574e1620bee5184 (patch)
tree5c4458d9124406368a6e84282ba080be191b2a4a /docs/assets/css/bootstrap.css
parentc98b75c97949c34be62b63e79fa517347df35018 (diff)
parent394922a1bfe3360b20aea29e8ffe22133f56b908 (diff)
downloadbootstrap-e2fc202df2a5ff0da156904f1574e1620bee5184.tar.xz
bootstrap-e2fc202df2a5ff0da156904f1574e1620bee5184.zip
Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wip
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 5525614d6..b0c966d22 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4715,6 +4715,11 @@ input[type="submit"].btn.btn-mini {
margin-top: 2px;
}
+.modal-header h3 {
+ margin: 0;
+ line-height: 30px;
+}
+
.modal-body {
max-height: 400px;
padding: 15px;
@@ -5498,11 +5503,11 @@ a.badge:hover {
}
.hide {
- display: none !important;
+ display: none;
}
.show {
- display: block !important;
+ display: block;
}
.invisible {