Browse Source

règles plus fines pour exclure l'alinéa dans certains cas

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

+ 5 - 2
_sass/typography.scss

@@ -1,4 +1,4 @@
-/* ==========================================================================
+* ==========================================================================
    Typography
    Typography
    ========================================================================== */
    ========================================================================== */
 
 
@@ -149,7 +149,10 @@ p {
 			text-indent: $indent-var;
 			text-indent: $indent-var;
 			margin-top: -($indent-var);
 			margin-top: -($indent-var);
 		}
 		}
-	}
+    blockquote &, table &, figure &, header &, footer &, .noindent & {
+        text-indent: 0;
+    }
+  }
 }
 }
 
 
 /*
 /*