]> git.ipfire.org Git - ipfire.org.git/commitdiff
Fixed font-size for links on download-page (wrong size with eg. Safari)
authorJan Paul Tuecking <earl@ipfire.org>
Mon, 6 Jul 2009 13:13:26 +0000 (15:13 +0200)
committerJan Paul Tuecking <earl@ipfire.org>
Mon, 6 Jul 2009 13:13:26 +0000 (15:13 +0200)
www/include/style.css

index 225356bc318c85b74922d0d9e92ee41fb17e127e..ea2f258b5c0b68f34c2067d6a2a2e2231d05ab5f 100644 (file)
@@ -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;