Skip to content

Commit abf6012

Browse files
committed
Make inline notes look a little more pulled-together.
1 parent ffcc65e commit abf6012

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

default.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,11 @@ a > i { font-style: normal; } /* Instance of term */
223223
/* border-left-width: .5rem; /* proposed unit in css3-values */
224224
border-left-style: solid;
225225
}
226-
span.note, span.issue { padding: .1em .5em .15em; }
226+
span.note, span.issue {
227+
padding: .1em .5em .15em;
228+
border-right-width: .5em;
229+
border-right-style: solid;
230+
}
227231

228232
/* Open issue / editorial remark; not intended for a final publication */
229233
.issue {

0 commit comments

Comments
 (0)