From 1c6d33bcadb08bb06e27d0822804c1551dad01c8 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Wed, 5 Jul 2017 21:30:11 +0200 Subject: remove margin on ul,li (workaround nav layout fix) --- g/style/all.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'g') diff --git a/g/style/all.css b/g/style/all.css index 7e230e26b..7146861c8 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -349,12 +349,6 @@ em { del { text-decoration:line-through } -blockquote,ul,ol,dl { - margin:1em -} -ol,ul,dl { - margin-left:2em -} dl dd { margin-left:1em } -- cgit v1.2.1