2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

nuke commented out sidenav; fix docs

This commit is contained in:
Mark Otto
2014-07-09 23:20:33 -07:00
parent d3c2fe7809
commit 616a7a50eb
3 changed files with 11 additions and 72 deletions
+10 -8
View File
@@ -527,7 +527,7 @@ body {
//
// Side navigation
// Custom container
//
.bs-docs-container {
@@ -536,18 +536,21 @@ body {
padding: 1rem;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.bs-docs-container {
@media (min-width: 768px) {
padding: 2rem;
}
}
@media (min-width: 992px) {
.bs-docs-container {
@media (min-width: 992px) {
padding: 2rem 4rem;
}
}
//
// Side navigation
//
.bs-docs-sidebar {
margin-bottom: 0;
background-color: #322f38;
@@ -592,7 +595,6 @@ body {
}
}
.bs-docs-sidebar .navbar-brand {
display: block;
float: none;