From: Jérémy Fabre Date: Mon, 3 Oct 2016 15:16:36 +0000 (+0200) Subject: Fix the bold font on lists X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=908e6e6f7df5bf2fac6d8330a14a4f345ce003f0;p=mezzo.git Fix the bold font on lists --- diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 45d8712d..207666cf 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -52,14 +52,14 @@ h3 { @include margin-top(1); } -.page__content ul { +.page__content ul, .page__block ul { font-weight: weight(light); @include line-height(1.25); @include margin-top(0); @include margin-bottom(1); } -main p, main ul.unstyled-list { +main p, main ul.unstyled-list, main ul[class=""] { @include margin-top(0); @include margin-bottom(1); @include line-height(1.25);