Skip to content

Commit d66bfbf

Browse files
committed
mostly lists in theorems
1 parent f6a68e8 commit d66bfbf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pretext.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ https://yoshiwarabooks.org/mfg/MathModels.html */
603603
font-weight: normal;
604604
font-style: italic;
605605
}
606-
.ptx-content article.theorem-like li > .title {
606+
.ptx-content article.theorem-like li .title {
607607
font-weight: 600;
608608
font-style: normal;
609609
font-size: 96%;

pretext_add_on.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,10 @@ a.mjx-svg-href {
12791279
stroke: inherit;
12801280
}
12811281

1282+
.displaymath + .para {
1283+
margin-top: 0
1284+
}
1285+
12821286
/* for long math formulas and tables to scroll on small screens */
12831287
@media screen and (max-width: 943px) {
12841288
.ptx-content .displaymath {

0 commit comments

Comments
 (0)