From 60dbb6b158a801d92c2beee920ab9e60ef947923 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sun, 11 Oct 2020 14:45:38 -0500 Subject: [PATCH] Fix numeral indentation in manual --- www/css/manual.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/manual.css b/www/css/manual.css index 631b3690..87c21697 100644 --- a/www/css/manual.css +++ b/www/css/manual.css @@ -691,7 +691,7 @@ figure code.css{ .manual > article > section > section[id] > section > section > ol > li aside.number, .manual > article > section > section[id] > section > section > aside.number{ - margin-left: 0; + margin-left: -10.5rem; } .manual > article > section > section[id] > ol ol > li aside.number::after,