Skip to content

Commit cecf9b8

Browse files
committed
Removed 'max-width' from BODY to conform to pubrules. (It makes the
style too different from other Technical Reports.) Also removed 'margin' and 'color' from BODY, and 'font-family: inherit' from H[1-6], because they weren't used.
1 parent 18ee69f commit cecf9b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-module/default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
margin: 1.5cm 1.1cm;
1818
}
1919

20-
body {counter-reset: exampleno figure issue; max-width: 50em; margin: 0 auto !important; color: #444; }
20+
body {counter-reset: exampleno figure issue}
2121

2222
/* Pagination */
23-
h1, h2, h3, h4, h5, h6 { page-break-after: avoid; font-family: inherit }
23+
h1, h2, h3, h4, h5, h6 { page-break-after: avoid }
2424
div.figure, div.sidefigure, pre, table.propdef, table.propdef-extra,
2525
div.example { page-break-inside: avoid }
2626
dt { page-break-after: avoid }

0 commit comments

Comments
 (0)