From f38e50cdf146fb99f0f0178e7ea7f636544d7ce2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 16 Feb 2013 00:19:17 -0800 Subject: Don't affix the fixed navbars in mobile views --- docs/assets/css/bootstrap.css | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 42d53fdd6..73db5262d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3116,21 +3116,9 @@ 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; @@ -3329,6 +3317,19 @@ 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; } -- cgit v1.2.3