diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 790de09a0..f6f8726d9 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -328,9 +328,13 @@ blockquote { } ul li { + float: left; + margin: 0 18px 18px 0; } ol li { + float: left; + margin: 0 18px 18px 0; } dl dd {