diff options
| author | Mark Otto <[email protected]> | 2012-06-24 21:07:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-24 21:07:20 -0700 |
| commit | 508a93d9e307457426f2aa2fcfa740858ebd851a (patch) | |
| tree | 870b10f64d5e69c9d276f5183086b9af6ba50a0d /docs/assets/css | |
| parent | 6662f62236cd1800952fb45a528b79d9a899f5d5 (diff) | |
| download | bootstrap-508a93d9e307457426f2aa2fcfa740858ebd851a.tar.xz bootstrap-508a93d9e307457426f2aa2fcfa740858ebd851a.zip | |
make fixing of subnav work again
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index ec23b0fe0..a8bf03d72 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -1004,7 +1004,7 @@ height: auto !important; overflow: visible !important; } - .subnav-fixed { + .navbar-subnav-fixed { position: fixed; top: 40px; right: 0; @@ -1020,13 +1020,14 @@ -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1); } - .subnav-fixed .nav { - max-width: 780px; + .navbar-subnav-fixed .nav { + float: none; + max-width: 970px; padding: 0 1px; margin: 0 auto; } - .subnav .nav > li:first-child > a, - .subnav .nav > li:first-child > a:hover { + .navbar-subnav .nav > li:first-child > a, + .navbar-subnav .nav > li:first-child > a:hover { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; |
