From 168013c5af2f3f2013e552935456cebfd1b4829b Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Mon, 8 Jun 2009 00:31:23 +0200 Subject: Removed the borders around 'what is' and mission again and made the borders around news grey. --- local.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/local.css b/local.css index f2de9cc8..786552ca 100644 --- a/local.css +++ b/local.css @@ -192,7 +192,7 @@ a:hover .newsitem { - border: 1px solid black; + border: 1px solid grey; overflow: auto; } .newsitem .newsitemheader .header @@ -200,8 +200,8 @@ a:hover max-width: 30%; float: left; margin-right: 1em; - border-bottom: 1px solid black; - border-right: 1px solid black; + border-bottom: 1px solid grey; + border-right: 1px solid grey; } .newsitem .header, .newsitem .author @@ -260,9 +260,6 @@ a:hover padding-left: 1ex; padding-top: 0.5ex; padding-bottom: 0.5ex; - border-width: thin; - border-style: solid; - border-color: grey; } #mission { @@ -272,7 +269,4 @@ a:hover padding-left: 1ex; padding-top: 0.5ex; padding-bottom: 0.5ex; - border-width: thin; - border-style: solid; - border-color: grey; } -- cgit v1.2.3