From 6e4d558e38d2b3a930d4f69bf66ab4ac1007f1e9 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 3 Jan 2012 09:34:00 +0000 Subject: [PATCH] css gestion des list-style-type --- public/themes/default/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/default/styles/main.css b/public/themes/default/styles/main.css index b59e6777..56d2b697 100644 --- a/public/themes/default/styles/main.css +++ b/public/themes/default/styles/main.css @@ -247,4 +247,4 @@ h3 { height:200px; } -#fieldsblock ul { list-style-type: none; } +ul#fieldsblock li { list-style-type: none; }