bootstrapify common tabs and make show aside/tabs buttons only appear if there is something to show

This commit is contained in:
marijus
2014-03-19 09:43:23 +01:00
parent 8c177fbc4b
commit 20d47c4478
7 changed files with 41 additions and 40 deletions

View File

@@ -121,6 +121,10 @@ nav .navbar-collapse .navbar-right {
margin-right: 5px;
}
.nav-tabs.nav-justified > li {
white-space: nowrap;
}
code {
white-space: normal;
}