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

Undo changes from #8582 because it made links uneven on desktop

/cc @salman-javed-confiz
This commit is contained in:
Mark Otto
2013-07-26 21:49:35 -07:00
parent 85591d82dd
commit 88887f8c00
3 changed files with 4 additions and 7 deletions

View File

@@ -167,12 +167,11 @@
// -------------------------
.nav-justified {
display: table;
width: 100%;
> li {
float: none;
display: table-cell;
width: auto;
width: 1%;
> a {
text-align: center;
}