Skip to content

Commit 563bb57

Browse files
committed
Make inline notes less intrusive.
1 parent fc6c8ed commit 563bb57

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

default.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
border-left-style: solid;
429429
page-break-inside: avoid;
430430
}
431-
span.note, span.issue {
431+
span.issue {
432432
padding: .1em .5em .15em;
433433
border-right-style: solid;
434434
}
@@ -495,6 +495,24 @@
495495
overflow: auto;
496496
}
497497

498+
span.note {
499+
background: transparent;
500+
border: none;
501+
padding: 0;
502+
color: #006100;
503+
}
504+
span.note:before,
505+
span.note:after {
506+
font-weight: bold;
507+
color: #007A00;
508+
}
509+
span.note:before {
510+
content: "\27E8 ";
511+
}
512+
span.note:after {
513+
content: " \27E9";
514+
}
515+
498516
/** Advisement Box ************************************************************/
499517
/* for attention-grabbing normative statements */
500518

0 commit comments

Comments
 (0)