From: Jan Paul Tuecking Date: Mon, 6 Jul 2009 13:13:26 +0000 (+0200) Subject: Fixed font-size for links on download-page (wrong size with eg. Safari) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5d20cf30c7cf019d9a515f1f4fb85931b901164;p=ipfire.org.git Fixed font-size for links on download-page (wrong size with eg. Safari) --- 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;