File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,9 @@ ul.poetry {
670
670
671
671
672
672
/* This snippet helps us reset the margin for all spans with the indent- class */
673
- .poetry span [class ^= ' indent-' ]{
673
+ .poem span [class ^= ' indent-' ],
674
+ .poetry span [class ^= ' indent-' ] {
675
+ font-style : normal ; /* TODO: what if poetry lines include italic? */
674
676
margin : 0 ;/* reset browsers default margin styles*/
675
677
}
676
678
@@ -681,52 +683,42 @@ ul.poetry {
681
683
*/
682
684
683
685
.indent-1 {
684
- font-style : normal ;
685
686
padding-left : 1rem ;
686
687
}
687
688
688
689
.indent-2 {
689
- font-style : normal ;
690
690
padding-left : 2rem ;
691
691
}
692
692
693
693
.indent-3 {
694
- font-style : normal ;
695
694
padding-left : 3rem ;
696
695
}
697
696
698
697
.indent-4 {
699
- font-style : normal ;
700
698
padding-left : 4rem ;
701
699
}
702
700
703
701
.indent-5 {
704
- font-style : normal ;
705
702
padding-left : 5rem ;
706
703
}
707
704
708
705
.indent-6 {
709
- font-style : normal ;
710
706
padding-left : 6rem ;
711
707
}
712
708
713
709
.indent-7 {
714
- font-style : normal ;
715
710
padding-left : 7rem ;
716
711
}
717
712
718
713
.indent-8 {
719
- font-style : normal ;
720
714
padding-left : 8rem ;
721
715
}
722
716
723
717
.indent-9 {
724
- font-style : normal ;
725
718
padding-left : 9rem ;
726
719
}
727
720
728
721
.indent-10 {
729
- font-style : normal ;
730
722
padding-left : 10rem ;
731
723
}
732
724
You can’t perform that action at this time.
0 commit comments