Skip to content

Commit aef85d7

Browse files
committed
Merge branch 'main' of https://github.com/PreTeXtBook/CSS_core into details
2 parents e99d6dd + d66bfbf commit aef85d7

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
@@ -670,7 +670,7 @@ to immitate what is below. */
670670
font-weight: normal;
671671
font-style: italic;
672672
}
673-
.ptx-content article.theorem-like li > .title {
673+
.ptx-content article.theorem-like li .title {
674674
font-weight: 600;
675675
font-style: normal;
676676
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)