From 3d532540cce297fc63ee96f0f5d326ff7914a10c Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sat, 10 Feb 2018 02:39:49 -0700 Subject: [PATCH] fix size and alignment of ordered list numerations --- src/css/doc.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/css/doc.css b/src/css/doc.css index 5ddc58e..b7fe29a 100644 --- 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 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; } -- 2.11.0