2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Fixes #7438: remove max-height from justified nav tabs with some CSS wankery

This commit is contained in:
Mark Otto
2013-03-31 19:26:40 -07:00
parent 4c49458336
commit c69310153e
2 changed files with 32 additions and 3 deletions
+17 -1
View File
@@ -3250,7 +3250,7 @@ button.close {
}
.nav-justified {
max-height: 40px;
width: 100%;
}
.nav-justified > li {
@@ -3260,6 +3260,22 @@ button.close {
text-align: center;
}
.nav-justified.nav-tabs {
border-bottom: 0;
}
.nav-justified.nav-tabs > li > a {
border-bottom: 1px solid #ddd;
}
.nav-justified.nav-tabs > .active > a {
border-bottom-color: #ffffff;
}
.nav-justified > li > a {
margin-right: 0;
}
.nav > .disabled > a {
color: #999999;
}