From de34b624e16463da0f93daba664b414cc9bb4d21 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Wed, 6 Jun 2007 20:23:36 +0000 Subject: some style fixes git-svn-id: file:///var/lib/svn/phpfspot/trunk@28 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- stylesheet.css | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'stylesheet.css') diff --git a/stylesheet.css b/stylesheet.css index 5ff127a..33d20da 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -2,26 +2,30 @@ body { background-color: rgb(255,255,255); color: rgb(26,151,15); font-family: Arial, Helvetica, sans-serif; - border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; + font-style: normal; + border-style: none; border-color: rgb(15,15,15); } #content { - background-color: rgb(255,255,255); - color: rgb(0,0,0); - border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; - padding: 2px; - border-color: rgb(0,0,0); + padding-top: 20px; margin-left: 25%; width: auto; } #tags { - background-color: rgb(255,255,255); - color: rgb(4,151,15); - font-family: sans-serif; - font-style: normal; - border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; - border-color: rgb(0,0,0); + font-size: 14px; padding-top: 20px; - width: 25%; position: relative; top: 0; left: 0; float: left; + width: 150px; + position: relative; + top: 0; + left: 0; + float: left; +} + +#logo { + font-weight: bolder; +} + +img { + border-style: none; } -- cgit v1.2.3-18-g5258