From 30627993659edfcd0f0698185c19ff3400b6d313 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Mon, 18 Jun 2007 18:16:37 +0000 Subject: [PATCH] some stylesheet cleanup git-svn-id: file:///var/lib/svn/phpfspot/trunk@106 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- stylesheet.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; +} + -- 2.25.1