From d117e73cdf4f46936b45142094e8f1d745b15ba0 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 19 Mar 2012 11:46:35 +0100 Subject: [PATCH] Fix the color of the discs in the contents --- static/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 8263f9f8..31909d6b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -204,7 +204,6 @@ body > section { } .contents ul li li { - color: white; list-style: disc; }