]> git.parisson.com Git - mezzo.git/commitdiff
Fix the bold font on lists
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 3 Oct 2016 15:16:36 +0000 (17:16 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 3 Oct 2016 15:16:36 +0000 (17:16 +0200)
app/static/src/sass/global/_typography.scss

index 45d8712df1b0e7044520ae0d5d79470e1f0e77c8..207666cf1ca73853273d3f4eec06a4bfe013f375 100755 (executable)
@@ -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);