0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

tweak docs sidenav styles

This commit is contained in:
Mark Otto 2014-07-11 22:35:07 -07:00
parent 1d273b1222
commit d2baa4fd40
2 changed files with 1275 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -624,7 +624,7 @@ body {
display: block; display: block;
padding: 4px 20px; padding: 4px 20px;
font-size: 16px; font-size: 16px;
color: #706e74; color: #fff;
} }
.bs-docs-toc-link:hover, .bs-docs-toc-link:hover,
.bs-docs-toc-link:focus { .bs-docs-toc-link:focus {
@ -673,7 +673,7 @@ body {
// Nav: second level (shown on .active) // Nav: second level (shown on .active)
.bs-docs-sidebar .nav .nav { .bs-docs-sidebar .nav .nav {
/*display: none; // Hide by default, but at >768px, show it*/ display: none; // Hide by default, but at >768px, show it
padding-bottom: 10px; padding-bottom: 10px;
} }
.bs-docs-sidebar .nav .nav > li > a { .bs-docs-sidebar .nav .nav > li > a {