From: Marcel Werk Date: Mon, 30 Dec 2019 15:50:07 +0000 (+0100) Subject: Increased margin between teaser and toc X-Git-Tag: 5.2.1~33 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=544498c5924d0716b5d372f437fc7bfed8b046df;p=GitHub%2FWoltLab%2FWCF.git Increased margin between teaser and toc --- diff --git a/wcfsetup/install/files/style/ui/article.scss b/wcfsetup/install/files/style/ui/article.scss index 4a79494b44..b75a2a5372 100644 --- a/wcfsetup/install/files/style/ui/article.scss +++ b/wcfsetup/install/files/style/ui/article.scss @@ -2,6 +2,10 @@ @include wcfFontBold; } +.articleTeaser + .tableOfContentsWrapper { + margin-top: 20px; +} + .articleTeaserContainer + .section, .articleImageContainer + .section { margin-top: 20px !important;