mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
clean up docs for subnav
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user