clean up docs for subnav

This commit is contained in:
Mark Otto
2012-07-12 13:50:27 -07:00
parent 338c7ef2b6
commit c884d6eaa6
5 changed files with 76 additions and 8 deletions

View File

@@ -439,6 +439,17 @@
color: @linkColorHover;
}
// Collapse button
.navbar-subnav .btn-navbar {
.buttonBackground(darken(#ffffff, 5%), darken(#f1f1f1, 5%));
.box-shadow(~"inset 0 1px 0 rgba(255,255,255,.25), 0 1px 0 rgba(255,255,255,.25)");
}
.navbar .btn-navbar .icon-bar {
background-color: #999;
.box-shadow(0 1px 0 rgba(0,0,0,.25));
}
// Fixed subnav on scroll, but only for 980px and up (sorry IE!)
.navbar-subnav-fixed {
position: fixed;