Skip to content

Commit

Permalink
Remove font-style: normal from indent classes
Browse files Browse the repository at this point in the history
Testing reveals no effect for this style, and it could potentially
introduce problems if an entire line were set elsewhere in italic.
  • Loading branch information
karlstolley committed Nov 19, 2019
1 parent 0960ce4 commit 1c3f6da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _sass/_ed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
}

Expand Down

0 comments on commit 1c3f6da

Please sign in to comment.