diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 21:30:11 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 21:30:11 +0200 |
commit | 1c6d33bcadb08bb06e27d0822804c1551dad01c8 (patch) | |
tree | 6169e877b84b06f04f0984e31c6003ecb122daf6 /g/style | |
parent | 66d4443db43c21348d1c0ed3ebe454c16d189e80 (diff) | |
download | www-1c6d33bcadb08bb06e27d0822804c1551dad01c8.tar www-1c6d33bcadb08bb06e27d0822804c1551dad01c8.tar.gz www-1c6d33bcadb08bb06e27d0822804c1551dad01c8.tar.bz2 www-1c6d33bcadb08bb06e27d0822804c1551dad01c8.tar.xz www-1c6d33bcadb08bb06e27d0822804c1551dad01c8.zip |
remove margin on ul,li (workaround nav layout fix)
Diffstat (limited to 'g/style')
-rw-r--r-- | g/style/all.css | 6 |
1 files changed, 0 insertions, 6 deletions
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 } |