Browse Source

Ne pas faire d'alinéa de paragraphe pour les notices

Hugo Roy 9 years ago
parent
commit
8e8d821f0d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      _sass/typography.scss

+ 1 - 3
_sass/typography.scss

@@ -155,9 +155,7 @@ p {
     @if $paragraph-indent == true {
         p {
                 text-indent: $indent-var;
-            }
-        blockquote, table, figure, header, footer, .noindent {
-            p {
+            blockquote &, table &, figure &, header &, footer &, .noindent, &.noindent, &.notice {
                 text-indent: 0;
             }
         }