We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcc65e commit abf6012Copy full SHA for abf6012
1 file changed
default.css
@@ -223,7 +223,11 @@ a > i { font-style: normal; } /* Instance of term */
223
/* border-left-width: .5rem; /* proposed unit in css3-values */
224
border-left-style: solid;
225
}
226
-span.note, span.issue { padding: .1em .5em .15em; }
+span.note, span.issue {
227
+ padding: .1em .5em .15em;
228
+ border-right-width: .5em;
229
+ border-right-style: solid;
230
+}
231
232
/* Open issue / editorial remark; not intended for a final publication */
233
.issue {
0 commit comments