diff options
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 3 | ||||
| -rw-r--r-- | less/responsive-767px-max.less | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 3b0efb1ac..07542e249 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -780,7 +780,8 @@ padding-left: 20px; } .navbar-fixed-top, - .navbar-fixed-bottom { + .navbar-fixed-bottom, + .navbar-static-top { margin-right: -20px; margin-left: -20px; } diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less index b2e3da25c..41207a203 100644 --- a/less/responsive-767px-max.less +++ b/less/responsive-767px-max.less @@ -12,7 +12,8 @@ } // Negative indent the now static "fixed" navbar .navbar-fixed-top, - .navbar-fixed-bottom { + .navbar-fixed-bottom, + .navbar-static-top { margin-left: -20px; margin-right: -20px; } |
