From c5d20cf30c7cf019d9a515f1f4fb85931b901164 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Mon, 6 Jul 2009 15:13:26 +0200 Subject: [PATCH] Fixed font-size for links on download-page (wrong size with eg. Safari) --- www/include/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/include/style.css b/www/include/style.css index 225356bc..ea2f258b 100644 --- a/www/include/style.css +++ b/www/include/style.css @@ -280,6 +280,11 @@ margin-bottom: 0.5em; font-size: 0.9em; } +#main_inner a +{ +font-size: 0.9em; +} + #main_inner ul { margin-bottom: 2.0em; -- 2.47.3