aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-16 14:01:32 -0700
committerMark Otto <[email protected]>2013-08-16 14:01:32 -0700
commite6f185acad5741fcbe0b3305e0660e5e6ea4f41c (patch)
treeea0fef195545a18c14d5c4bc7832391bb9f9b0a1 /dist/css/bootstrap.css
parentaf7b072a74f187f3c5f57a363ac9e1b19f7a35f5 (diff)
downloadbootstrap-e6f185acad5741fcbe0b3305e0660e5e6ea4f41c.tar.xz
bootstrap-e6f185acad5741fcbe0b3305e0660e5e6ea4f41c.zip
Justified nav now responsive; example updated accordingly (fixes #9708)
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css18
1 files changed, 14 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index b161caada..515c9cd22 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3032,15 +3032,20 @@ button.close {
}
.nav-tabs.nav-justified > li {
- display: table-cell;
float: none;
- width: 1%;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
}
+@media (min-width: 768px) {
+ .nav-tabs.nav-justified > li {
+ display: table-cell;
+ width: 1%;
+ }
+}
+
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-bottom: 1px solid #dddddd;
@@ -3083,15 +3088,20 @@ button.close {
}
.nav-justified > li {
- display: table-cell;
float: none;
- width: 1%;
}
.nav-justified > li > a {
text-align: center;
}
+@media (min-width: 768px) {
+ .nav-justified > li {
+ display: table-cell;
+ width: 1%;
+ }
+}
+
.nav-tabs-justified {
border-bottom: 0;
}