diff options
| author | Mark Otto <[email protected]> | 2012-06-24 21:03:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-24 21:03:39 -0700 |
| commit | 6662f62236cd1800952fb45a528b79d9a899f5d5 (patch) | |
| tree | 53bf4c3fa3b60d6bca1266d8c8e2811ca22cdfe9 /docs/assets/css/bootstrap-responsive.css | |
| parent | 87af5d3bbe3546f9b876add2e35ad656accfc3ab (diff) | |
| download | bootstrap-6662f62236cd1800952fb45a528b79d9a899f5d5.tar.xz bootstrap-6662f62236cd1800952fb45a528b79d9a899f5d5.zip | |
remove subnav file, instead add an optional class for .navbar
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index ca0cb81d6..ec23b0fe0 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -1004,4 +1004,31 @@ height: auto !important; overflow: visible !important; } + .subnav-fixed { + position: fixed; + top: 40px; + right: 0; + left: 0; + z-index: 1020; + border-color: #d5d5d5; + border-width: 0 0 1px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + filter: progid:dximagetransform.microsoft.gradient(enabled=false); + -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1); + -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; + padding: 0 1px; + margin: 0 auto; + } + .subnav .nav > li:first-child > a, + .subnav .nav > li:first-child > a:hover { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + } } |
