fix size and alignment of ordered list numerations
authorDan Allen <dan@opendevise.com>
Sat, 10 Feb 2018 09:39:49 +0000 (02:39 -0700)
committerDan Allen <dan@opendevise.com>
Sat, 10 Feb 2018 09:39:49 +0000 (02:39 -0700)
src/css/doc.css

index 5ddc58e..b7fe29a 100644 (file)
 
 .doc ol > li::before {
   font-weight: 500;
+  font-size: 0.95em;
   display: inline-block;
   width: 1em;
   direction: rtl;
-  /* NOTE the browser using -1.25em as left offset */
-  margin: -1.25px 0.5em 0 -1.5em;
+  /* NOTE the browser uses -1.25em as left offset */
+  margin: -0.025em 0.5em 0 -1.5em;
   text-align: right;
   position: absolute;
 }