Skip to content

Commit ba75bca

Browse files
committed
html exercises not in italics
1 parent 2213231 commit ba75bca

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

htmlonly

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
\htmlfoot{\rawhtmlinput{footer.html}}
2323

2424
% these styles get translated into CSS
25-
\newstyle{p+p}{margin-top:1em; margin-bottom:1em}
25+
\newstyle{p+p}{margin-top:1em; margin-bottom:1em;}
2626
\newstyle{img}{border: 0px;}
27+
\newstyle{.theorem em}{font-style: normal;}
2728

2829
% change the arrows
2930
\setlinkstext

trinket/trinket.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
\htmlfoot{\rawhtmlinput{trinket/trinketfooter.html}}
3232

3333
% these styles get translated into CSS
34-
\newstyle{p+p}{margin-top:1em; margin-bottom:1em}
34+
\newstyle{p+p}{margin-top:1em; margin-bottom:1em;}
3535
\newstyle{img}{border: 0px;}
36+
\newstyle{.theorem em}{font-style: normal;}
3637

3738
% change the arrows
3839
\setlinkstext

0 commit comments

Comments
 (0)