|
@@ -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;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
/*
|