projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5124eff
)
fix size and alignment of ordered list numerations
author
Dan Allen
<dan@opendevise.com>
Sat, 10 Feb 2018 09:39:49 +0000
(
02:39
-0700)
committer
Dan Allen
<dan@opendevise.com>
Sat, 10 Feb 2018 09:39:49 +0000
(
02:39
-0700)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
5ddc58e
..
b7fe29a
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-311,11
+311,12
@@
.doc ol > li::before {
font-weight: 500;
+ font-size: 0.95em;
display: inline-block;
width: 1em;
direction: rtl;
- /* NOTE the browser us
ing
-1.25em as left offset */
- margin: -
1.25px
0.5em 0 -1.5em;
+ /* NOTE the browser us
es
-1.25em as left offset */
+ margin: -
0.025em
0.5em 0 -1.5em;
text-align: right;
position: absolute;
}