From: Dan Allen Date: Sat, 10 Feb 2018 09:39:49 +0000 (-0700) Subject: fix size and alignment of ordered list numerations X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3d532540cce297fc63ee96f0f5d326ff7914a10c;p=eg-antora.git fix size and alignment of ordered list numerations --- 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; }