mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 05:30:22 +00:00
tweak docs sidenav styles
This commit is contained in:
parent
1d273b1222
commit
d2baa4fd40
2 changed files with 1275 additions and 3 deletions
1274
docs/assets/css/docs.min.css
vendored
1274
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -624,7 +624,7 @@ body {
|
|||
display: block;
|
||||
padding: 4px 20px;
|
||||
font-size: 16px;
|
||||
color: #706e74;
|
||||
color: #fff;
|
||||
}
|
||||
.bs-docs-toc-link:hover,
|
||||
.bs-docs-toc-link:focus {
|
||||
|
|
@ -673,7 +673,7 @@ body {
|
|||
|
||||
// Nav: second level (shown on .active)
|
||||
.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;
|
||||
}
|
||||
.bs-docs-sidebar .nav .nav > li > a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue