From 1c3f6dac3ea44462902580eade72238ee0092eeb Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Fri, 25 Oct 2019 13:02:43 -0400 Subject: [PATCH] Remove `font-style: normal` from indent classes Testing reveals no effect for this style, and it could potentially introduce problems if an entire line were set elsewhere in italic. --- _sass/_ed.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/_sass/_ed.scss b/_sass/_ed.scss index 4839f66c..71c69a2f 100644 --- a/_sass/_ed.scss +++ b/_sass/_ed.scss @@ -672,7 +672,6 @@ ul.poetry { /* This snippet helps us reset the margin for all spans with the indent- class */ .poem span[class^='indent-'], .poetry span[class^='indent-'] { - font-style: normal; /* TODO: what if poetry lines include italic? */ margin: 0;/* reset browsers default margin styles*/ }