@@ -985,10 +985,6 @@ div[data-type=composite-page].os-eob {
985
985
margin-bottom : 0.8in ;
986
986
margin-top : 0.8in ;
987
987
}
988
- section .practice [data-type = injected-exercise ] > [data-type = exercise-question ] [data-type = question-stem ] > ol : not ([type = a ]) > li ::marker {
989
- font-weight : bold;
990
- }
991
-
992
988
[data-type = solution ] {
993
989
display : none;
994
990
}
@@ -1034,7 +1030,7 @@ img {
1034
1030
align-items : center;
1035
1031
}
1036
1032
1037
- .os-table > table : has (figure ) {
1033
+ .os-table > table : has (figure img ) {
1038
1034
table-layout : fixed;
1039
1035
width : 100% ;
1040
1036
}
@@ -1044,6 +1040,11 @@ img {
1044
1040
margin-right : initial;
1045
1041
}
1046
1042
1043
+ [data-type = exercise-stimulus ] > ol : not (.circled ): not (.os-stepwise ): not (: nth-of-type (1 )),
1044
+ [data-type = exercise-stimulus ] > ul : not (.circled ): not (.os-stepwise ): not ([data-labeled-item = true ]): not (: nth-of-type (1 )) {
1045
+ margin-left : 24px ;
1046
+ }
1047
+
1047
1048
: root {
1048
1049
font-family : Noto Sans, sans-serif, StixGeneral;
1049
1050
font-size : 11px ;
@@ -3603,7 +3604,7 @@ section.practice [data-type=exercise] [data-type=problem] > .os-number {
3603
3604
display : table-cell;
3604
3605
text-decoration : none;
3605
3606
color : # 000000 ;
3606
- font-weight : bold ;
3607
+ font-weight : initial ;
3607
3608
}
3608
3609
3609
3610
section .practice [data-type = exercise ] [data-type = problem ] > .os-divider {
@@ -3650,7 +3651,7 @@ section.practice [data-type=exercise].material-set-2 [data-type=problem] > .os-n
3650
3651
display : table-cell;
3651
3652
text-decoration : none;
3652
3653
color : # 000000 ;
3653
- font-weight : bold ;
3654
+ font-weight : initial ;
3654
3655
}
3655
3656
3656
3657
section .practice [data-type = exercise ].material-set-2 [data-type = problem ] > .os-divider {
@@ -3695,7 +3696,7 @@ section.practice [data-type=injected-exercise] [data-type=exercise-question] > .
3695
3696
display : table-cell;
3696
3697
text-decoration : none;
3697
3698
color : # 000000 ;
3698
- font-weight : bold ;
3699
+ font-weight : initial ;
3699
3700
}
3700
3701
3701
3702
section .practice [data-type = injected-exercise ] [data-type = exercise-question ] > .os-divider {
@@ -3735,7 +3736,7 @@ section.practice [data-type=injected-exercise] [data-type=exercise-question] .os
3735
3736
}
3736
3737
3737
3738
section .practice [data-type = injected-exercise ][data-is-multipart = True ] > [data-type = exercise-question ] {
3738
- margin-left : 16 px ;
3739
+ margin-left : initial ;
3739
3740
}
3740
3741
3741
3742
section .numbered-exercises > p > [data-effect = bold ] {
@@ -3772,7 +3773,7 @@ section.numbered-exercises [data-type=exercise] [data-type=problem] > .os-number
3772
3773
display : table-cell;
3773
3774
text-decoration : none;
3774
3775
color : # 000000 ;
3775
- font-weight : bold ;
3776
+ font-weight : initial ;
3776
3777
}
3777
3778
3778
3779
section .numbered-exercises [data-type = exercise ] [data-type = problem ] > .os-divider {
@@ -3819,7 +3820,7 @@ section.numbered-exercises [data-type=exercise].material-set-2 [data-type=proble
3819
3820
display : table-cell;
3820
3821
text-decoration : none;
3821
3822
color : # 000000 ;
3822
- font-weight : bold ;
3823
+ font-weight : initial ;
3823
3824
}
3824
3825
3825
3826
section .numbered-exercises [data-type = exercise ].material-set-2 [data-type = problem ] > .os-divider {
@@ -3864,7 +3865,7 @@ section.numbered-exercises [data-type=injected-exercise] [data-type=exercise-que
3864
3865
display : table-cell;
3865
3866
text-decoration : none;
3866
3867
color : # 000000 ;
3867
- font-weight : bold ;
3868
+ font-weight : initial ;
3868
3869
}
3869
3870
3870
3871
section .numbered-exercises [data-type = injected-exercise ] [data-type = exercise-question ] > .os-divider {
@@ -3904,7 +3905,7 @@ section.numbered-exercises [data-type=injected-exercise] [data-type=exercise-que
3904
3905
}
3905
3906
3906
3907
section .numbered-exercises [data-type = injected-exercise ][data-is-multipart = True ] > [data-type = exercise-question ] {
3907
- margin-left : 16 px ;
3908
+ margin-left : initial ;
3908
3909
}
3909
3910
3910
3911
.os-key-equations-container > section {
0 commit comments