aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-06 16:39:18 -0700
committerMark Otto <[email protected]>2013-08-06 16:39:18 -0700
commit223e0321504050d4642c3db2673be0cc7f4df569 (patch)
treefb8fec9984442046d8fcafda84ffb564952ee8dc /dist/css/bootstrap.css
parent6da346527ba6861738c0922ed84ab0c0c1a4612d (diff)
downloadbootstrap-223e0321504050d4642c3db2673be0cc7f4df569.tar.xz
bootstrap-223e0321504050d4642c3db2673be0cc7f4df569.zip
Fix #9174: pad bottom of navbar collapsed content and clear floated contents
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index bc7894a7a..34d92672b 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -2869,6 +2869,30 @@ button.close {
margin-bottom: 0;
}
+.nav-collapse {
+ padding-bottom: 15px;
+}
+
+.nav-collapse:before,
+.nav-collapse:after {
+ display: table;
+ content: " ";
+}
+
+.nav-collapse:after {
+ clear: both;
+}
+
+.nav-collapse:before,
+.nav-collapse:after {
+ display: table;
+ content: " ";
+}
+
+.nav-collapse:after {
+ clear: both;
+}
+
@media (max-width: 768px) {
.nav-collapse-scrollable {
max-height: 360px;
@@ -3103,6 +3127,7 @@ button.close {
.nav-collapse.collapse {
display: block !important;
height: auto !important;
+ padding-bottom: 0;
overflow: visible !important;
}
}