From: Andreas Unterkircher Date: Mon, 18 Jun 2007 18:16:37 +0000 (+0000) Subject: some stylesheet cleanup X-Git-Tag: phpfspot-1.2~229 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=30627993659edfcd0f0698185c19ff3400b6d313;hp=c7e18357997a370d30d53d800c8e7d3f34d695ef some stylesheet cleanup git-svn-id: file:///var/lib/svn/phpfspot/trunk@106 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/stylesheet.css b/stylesheet.css index 5322b01..7460f20 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -8,11 +8,6 @@ body { padding: 10px; } -#frame { - padding: 10px; - background-color: #ffffff; -} - table, tr, td { border-collapse: collapse; padding: 0px; @@ -102,7 +97,6 @@ a:hover { } a.tag { - font-size: 14px; color: #000000; text-decoration: underline; font-style: italic; @@ -153,3 +147,9 @@ td.thumb { border-radius: 1em; border: dashed 1px #888888; } + +#frame { + padding: 10px; + background-color: #ffffff; +} +