diff options
Diffstat (limited to 'assets/css/bootstrap-responsive.css')
-rw-r--r--[-rwxr-xr-x] | assets/css/bootstrap-responsive.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/assets/css/bootstrap-responsive.css b/assets/css/bootstrap-responsive.css index 7f669d57..06e55c0b 100755..100644 --- a/assets/css/bootstrap-responsive.css +++ b/assets/css/bootstrap-responsive.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Responsive v2.0.3 + * Bootstrap Responsive v2.0.4 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 @@ -683,11 +683,18 @@ body { padding-top: 0; } - .navbar-fixed-top { + .navbar-fixed-top, + .navbar-fixed-bottom { position: static; + } + .navbar-fixed-top { margin-bottom: 18px; } - .navbar-fixed-top .navbar-inner { + .navbar-fixed-bottom { + margin-top: 18px; + } + .navbar-fixed-top .navbar-inner, + .navbar-fixed-bottom .navbar-inner { padding: 5px; } .navbar .container { |