Skip to content

Commit 4a9b207

Browse files
committed
Style sub menus #37
Signed-off-by: Mārtiņš Avots <martins.avots@splitcells.net>
1 parent c988912 commit 4a9b207

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • projects/net.splitcells.website.content.default/src/main/resources/html/net/splitcells/website/css

projects/net.splitcells.website.content.default/src/main/resources/html/net/splitcells/website/css/basic.themed.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,3 +520,15 @@ article img {
520520
.toc_chapter_10 {
521521
box-shadow: .2em .2em .1em 0em var(--shadow-color-priority-4), .1em .1em .05em 0em var(--shadow-color-priority-4), -.2em -.2em .1em 0em var(--shadow-color-priority-4), -.1em -.1em .05em 0em var(--shadow-color-priority-4);
522522
}
523+
.net-splitcells-website-menu-sub {
524+
margin-top: .2em;
525+
margin-bottom: .2em;
526+
}
527+
.net-splitcells-website-menu-sub-title {
528+
margin-left: .2em;
529+
font-weight: bold;
530+
color: var(--foreground-color-priority-2);
531+
}
532+
.net-splitcells-website-menu-sub :not(.net-splitcells-website-menu-sub-title) {
533+
margin-left: 1em !important;
534+
}

0 commit comments

Comments
 (0)