Skip to content

Commit b8f81cc

Browse files
committed
Removed a 'font-family: inherit' which wasn't used. Replaced the big
red block before each issue with a simple red bullet.
1 parent cecf9b8 commit b8f81cc

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

default.css

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
body {counter-reset: exampleno figure}
3232

3333
/* Pagination */
34-
h1, h2, h3, h4, h5, h6 { page-break-after: avoid; font-family: inherit }
34+
h1, h2, h3, h4, h5, h6 { page-break-after: avoid }
3535
div.figure, div.sidefigure, pre, table.propdef, table.propdef-extra,
3636
div.example { page-break-inside: avoid }
3737
dt { page-break-after: avoid }
@@ -176,15 +176,8 @@ dfn { font-weight: bolder; /*font-size: 1em*/ }
176176
/* Open issue / editorial remark; not intended for a final publication */
177177

178178
.issue { color: #c00 }
179-
.issue:before {
180-
content: "Issue:";
181-
border: 3px double #c00;
182-
background: #c00;
183-
background-clip: padding-box;
184-
color: white;
185-
margin-right: 0.25em;
186-
padding: 0 0.25em;
187-
}
179+
.issue:before {content: "\25CF "}
180+
div.issue:before {display: run-in}
188181

189182
/* Class note is a non-normative note. May be inline or a P or DIV */
190183
.note {

0 commit comments

Comments
 (0)