diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-05 22:21:12 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-05 22:21:12 -0400 |
commit | 7e9ce719e51e36404b68bd4de86ae8546fbe0f9e (patch) | |
tree | e9ac6537a53d4d1d7f30f8e744444fe6d094122c /assets/css/bootstrap-responsive.css | |
parent | dabbc85d4fae560b61ba6e765f5246aca031b38b (diff) |
index: updated to 2.0.4 and minified
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 { |