Commit d2baa4fd authored by Mark Otto's avatar Mark Otto

tweak docs sidenav styles

parent 1d273b12
This diff is collapsed.
...@@ -624,7 +624,7 @@ body { ...@@ -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 { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment