Skip to content

Commit 1c3f6da

Browse files
committed
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.
1 parent 0960ce4 commit 1c3f6da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_sass/_ed.scss

-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,6 @@ ul.poetry {
672672
/* This snippet helps us reset the margin for all spans with the indent- class */
673673
.poem span[class^='indent-'],
674674
.poetry span[class^='indent-'] {
675-
font-style: normal; /* TODO: what if poetry lines include italic? */
676675
margin: 0;/* reset browsers default margin styles*/
677676
}
678677

0 commit comments

Comments
 (0)