From 19bfeaa414afb96cbacaf288f06daf941075b096 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Mon, 6 Jul 2009 10:00:45 +0200 Subject: [PATCH] List elements had wrong size in posts on the start page (eg. with Safari) --- www/include/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/include/style.css b/www/include/style.css index 0340a785..ac307c08 100644 --- a/www/include/style.css +++ b/www/include/style.css @@ -283,6 +283,7 @@ font-size: 0.9em; #main_inner ul { margin-bottom: 2.0em; +font-size: 0.9em; } #main_inner -- 2.47.3