Run make on prev work

This commit is contained in:
Mark Otto 2013-07-31 17:07:55 -07:00
parent f43fa23ae0
commit 4c27f3ce80
2 changed files with 28 additions and 28 deletions

View File

@ -2504,6 +2504,33 @@ button.close {
background-color: #e5e5e5;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
display: table-cell;
float: none;
width: 1%;
}
.nav-justified > li > a {
text-align: center;
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-bottom: 1px solid #dddddd;
}
.nav-tabs-justified > .active > a {
border-bottom-color: #ffffff;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
@ -2586,33 +2613,6 @@ button.close {
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
display: table-cell;
float: none;
width: 1%;
}
.nav-justified > li > a {
text-align: center;
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-bottom: 1px solid #dddddd;
}
.nav-tabs-justified > .active > a {
border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
display: table;

File diff suppressed because one or more lines are too long