Add separate docs for v0.8/v1
This commit is contained in:
parent
3150f98fc8
commit
d511d447f7
61 changed files with 1620 additions and 58 deletions
|
@ -4,7 +4,7 @@ $body-text-color: $grey-dk-200;
|
|||
|
||||
$nav-child-link-color: $link-color;
|
||||
|
||||
$content-width: 900px;
|
||||
$content-width: 60rem;
|
||||
|
||||
$media-queries: (
|
||||
xs: 320px,
|
||||
|
|
|
@ -16,10 +16,10 @@ code {
|
|||
}
|
||||
|
||||
// Always expand nav menu items
|
||||
.nav-list .nav-list-item > .nav-list {
|
||||
.nav-list:not(.nav-category-list) .nav-list-item > .nav-list {
|
||||
display: block;
|
||||
}
|
||||
.nav-list-expander {
|
||||
.nav-list:not(.nav-category-list) .nav-list-expander {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue