Merge branch 'master' into docs/postfix-mastercf-add-sendercleanup-context
This commit is contained in:
commit
3c848da8ba
|
@ -102,3 +102,8 @@ div.md-content article.md-content__inner a.toclink code {
|
||||||
.highlight.no-copy .md-clipboard { display: none; }
|
.highlight.no-copy .md-clipboard { display: none; }
|
||||||
|
|
||||||
/* ============================================================================================================= */
|
/* ============================================================================================================= */
|
||||||
|
|
||||||
|
/* Make the left-sidebar nav categories better distinguished from page links (bold text) */
|
||||||
|
.md-nav__item--nested > .md-nav__link {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue