From 91d053e0c940b74cdb78d9ae67fed60d30e7a350 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 28 Aug 2007 22:34:12 +0000 Subject: [PATCH] Fix for dotted circle list bullets. (Making them solid.) --- static/css/note.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/note.css b/static/css/note.css index 1e9642f..40246f5 100644 --- a/static/css/note.css +++ b/static/css/note.css @@ -34,6 +34,10 @@ h3 { line-height: 1em; } +ul { + list-style-type: disc; +} + ul li { margin-top: 0.5em; }