diff options
| author | Mark Otto <[email protected]> | 2013-02-17 18:33:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-17 18:33:55 -0800 |
| commit | c0ea077fb4890a4212e1c517d5fc2369beb49773 (patch) | |
| tree | 539c32b2b1af307a68528c5a39354a6b4dc4863d /docs/assets/css/bootstrap.css | |
| parent | 4cbb663d9d9f1399b37e97a54c0b9f67270c4943 (diff) | |
| download | bootstrap-c0ea077fb4890a4212e1c517d5fc2369beb49773.tar.xz bootstrap-c0ea077fb4890a4212e1c517d5fc2369beb49773.zip | |
Revert the statis navbar in mobile views--they're back to being fixed all the time
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b45d7e101..42ed6c702 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3170,9 +3170,21 @@ button.close { .navbar-fixed-top, .navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; border-radius: 0; } +.navbar-fixed-top { + top: 0; +} + +.navbar-fixed-bottom { + bottom: 0; +} + .navbar .brand { display: inline-block; padding: 7px 15px; @@ -3371,19 +3383,6 @@ button.close { .navbar-inverse .nav > .divider { border-right-color: #2f2f2f; } - .navbar-fixed-top, - .navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; - } - .navbar-fixed-top { - top: 0; - } - .navbar-fixed-bottom { - bottom: 0; - } .navbar .btn-navbar { display: none; } |
