From 7177815b2038cb77c1dd9e8bfbb16e4cef795723 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 27 Jan 2015 19:14:36 -0500 Subject: [PATCH] Use regular bullets for lists, matches User Guide --- docs/user/book.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/user/book.css b/docs/user/book.css index 720e30b0e4..d6102a8646 100644 --- a/docs/user/book.css +++ b/docs/user/book.css @@ -350,11 +350,8 @@ div.contents hr { display: none; } -div.contents ul { - list-style: none; -} - div.contents li { + line-height: 1.3; margin-bottom: 10px; margin-left: 20px; }