1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 21:49:09 +01:00

recompile after last justified nav tweaks

This commit is contained in:
Mark Otto 2013-05-03 15:29:10 -07:00
parent 4357ed72e0
commit a6f7f96a93

View File

@ -3332,6 +3332,9 @@ button.close {
display: table-cell;
float: none;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
}
@ -3380,6 +3383,9 @@ button.close {
display: table-cell;
float: none;
width: 1%;
}
.nav-justified > li > a {
text-align: center;
}