Commit 51de38e5 authored by Mark Otto's avatar Mark Otto

make again

parent 61ac20eb
...@@ -2672,6 +2672,19 @@ button.close { ...@@ -2672,6 +2672,19 @@ button.close {
text-align: center; text-align: center;
} }
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-bottom: 1px solid #ddd;
}
.nav-tabs-justified > .active > a {
border-bottom-color: #ffffff;
}
.tabbable:before, .tabbable:before,
.tabbable:after { .tabbable:after {
display: table; display: table;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
...@@ -115,8 +115,8 @@ ...@@ -115,8 +115,8 @@
} }
// pulling this in mainly for less shorthand // pulling this in mainly for less shorthand
&.nav-justified { &.nav-justified {
.nav-justified; .nav-justified();
.nav-tabs-justified; .nav-tabs-justified();
} }
} }
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
} }
// Move borders to anchors instead of bottom of list // Move borders to anchors instead of bottom of list
.nav-tabs-justified () { .nav-tabs-justified {
border-bottom: 0; border-bottom: 0;
> li > a { > li > a {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment