File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2235,23 +2235,24 @@ nested tasks. see
2235
2235
https://pretextbook.org/examples/sample-article/html/interesting-corollary.html#aBc
2236
2236
*/
2237
2237
2238
- .ptx-content .exercise-like > .exercise-like {
2238
+ /* 9/27/23 added "article" because of details.exercise-like */
2239
+ .ptx-content article .exercise-like > .exercise-like {
2239
2240
margin-left : 40px ;
2240
2241
}
2241
- .ptx-content .exercise-like > .exercise-like .task {
2242
+ .ptx-content article .exercise-like > .exercise-like .task {
2242
2243
margin-left : 20px ;
2243
2244
}
2244
- .ptx-content .exercise-like > .exercise-like > .para {
2245
+ .ptx-content article .exercise-like > .exercise-like > .para {
2245
2246
margin-top : 1.25em ;
2246
2247
/* margin-bottom: 0.25em; */
2247
2248
}
2248
- .ptx-content .example-like > .heading + .introduction {
2249
+ .ptx-content article .example-like > .heading + .introduction {
2249
2250
display : inline;
2250
2251
}
2251
- .ptx-content .example-like > .heading + .introduction > .para : first-child {
2252
+ .ptx-content article .example-like > .heading + .introduction > .para : first-child {
2252
2253
display : inline;
2253
2254
}
2254
- .ptx-content .example-like > .exercise-like > .para {
2255
+ .ptx-content article .example-like > .exercise-like > .para {
2255
2256
margin-top : 1.25em ;
2256
2257
}
2257
2258
You can’t perform that action at this time.
0 commit comments