From ba88ee2be48a04f50109d1e01808ba074cb5d885 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 2 Jul 2014 11:11:57 -0400 Subject: [PATCH] Allow ol's to show numbers --- docs/user/book.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/book.css b/docs/user/book.css index f36943c06e..720e30b0e4 100644 --- a/docs/user/book.css +++ b/docs/user/book.css @@ -350,7 +350,7 @@ div.contents hr { display: none; } -div.contents ol,ul { +div.contents ul { list-style: none; }