aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-12 13:50:27 -0700
committerMark Otto <[email protected]>2012-07-12 13:50:27 -0700
commitc884d6eaa6bbcf4cb4d679c4d9be57d2f28ce93b (patch)
treedb20a5a8835d6436119e67f3d00b73b25d812b30 /docs/assets
parent338c7ef2b6aa62cc6b5f08f687f04eeb960719f0 (diff)
downloadbootstrap-c884d6eaa6bbcf4cb4d679c4d9be57d2f28ce93b.tar.xz
bootstrap-c884d6eaa6bbcf4cb4d679c4d9be57d2f28ce93b.zip
clean up docs for subnav
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/bootstrap.css42
-rw-r--r--docs/assets/css/docs.css5
2 files changed, 47 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e98f9357b..aae62efc6 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4301,6 +4301,48 @@ input[type="submit"].btn.btn-mini {
color: #005580;
}
+.navbar-subnav .btn-navbar {
+ color: #ffffff;
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+ background-color: #ededed;
+ *background-color: #e4e4e4;
+ background-image: -moz-linear-gradient(top, #f2f2f2, #e4e4e4);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e4e4e4));
+ background-image: -webkit-linear-gradient(top, #f2f2f2, #e4e4e4);
+ background-image: -o-linear-gradient(top, #f2f2f2, #e4e4e4);
+ background-image: linear-gradient(to bottom, #f2f2f2, #e4e4e4);
+ background-repeat: repeat-x;
+ border-color: #e4e4e4 #e4e4e4 #bebebe;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe4e4e4', GradientType=0);
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25);
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25);
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25);
+}
+
+.navbar-subnav .btn-navbar:hover,
+.navbar-subnav .btn-navbar:active,
+.navbar-subnav .btn-navbar.active,
+.navbar-subnav .btn-navbar.disabled,
+.navbar-subnav .btn-navbar[disabled] {
+ color: #ffffff;
+ background-color: #e4e4e4;
+ *background-color: #d7d7d7;
+}
+
+.navbar-subnav .btn-navbar:active,
+.navbar-subnav .btn-navbar.active {
+ background-color: #cbcbcb \9;
+}
+
+.navbar .btn-navbar .icon-bar {
+ background-color: #999;
+ -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
+ -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
+ box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
+}
+
.navbar-subnav-fixed {
position: fixed;
top: 40px;
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index a0aca5282..148dc3f0c 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -570,6 +570,11 @@ h2 + .row {
padding: 0;
height: 90px;
}
+.bs-navbar-top-example .navbar-fixed-top,
+.bs-navbar-bottom-example .navbar-fixed-bottom {
+ margin-left: 0;
+ margin-right: 0;
+}
.bs-navbar-top-example {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;