diff options
| author | Mark Otto <[email protected]> | 2013-04-28 14:27:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-28 14:27:48 -0700 |
| commit | bbee78b30b40ff0b1473a06ea7ecf5a42d51b614 (patch) | |
| tree | 45afa4de72a43b1c3d5fd11aa652742af083e02f /docs/assets/css/docs.css | |
| parent | 8b3a1702d443c4a451d02d3482ed2cb4aeff0d44 (diff) | |
| download | bootstrap-bbee78b30b40ff0b1473a06ea7ecf5a42d51b614.tar.xz bootstrap-bbee78b30b40ff0b1473a06ea7ecf5a42d51b614.zip | |
derp on navbar toggle and docs positions
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 0e9292495..ff605b21e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -308,14 +308,21 @@ section > ul li { .bs-navbar-bottom-example { z-index: 1; padding: 0; - height: 110px; + min-height: 110px; overflow: hidden; /* cut the drop shadows off */ } .bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom { + position: relative; margin-left: 0; margin-right: 0; } +.bs-navbar-top-example .navbar-fixed-top { + top: -1px; +} +.bs-navbar-bottom-example .navbar-fixed-bottom { + bottom: -1px; +} .bs-navbar-top-example { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; @@ -711,6 +718,11 @@ input.focused { text-align: left; } + .bs-navbar-top-example .navbar-fixed-top, + .bs-navbar-bottom-example .navbar-fixed-bottom { + position: absolute; + } + } /* Tablets/desktops and up */ |
