2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Merge branch '3.0.0-wip' of https://github.com/salman-javed-confiz/bootstrap into salman-javed-confiz-3.0.0-wip

This commit is contained in:
Mark Otto
2013-07-24 16:42:13 -07:00
4 changed files with 8 additions and 9 deletions
+2 -1
View File
@@ -167,11 +167,12 @@
// -------------------------
.nav-justified {
display: table;
width: 100%;
> li {
float: none;
display: table-cell;
width: 1%;
width: auto;
> a {
text-align: center;
}