diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2009-06-08 00:31:23 +0200 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2009-06-08 00:31:23 +0200 |
commit | 168013c5af2f3f2013e552935456cebfd1b4829b (patch) | |
tree | d8bbfc04a66bb25195d63cfd0912fb70a621c074 /local.css | |
parent | 43734a7c7ccb93957bed8a29616e47e135f2791e (diff) | |
download | web-168013c5af2f3f2013e552935456cebfd1b4829b.tar.gz web-168013c5af2f3f2013e552935456cebfd1b4829b.tar.bz2 web-168013c5af2f3f2013e552935456cebfd1b4829b.zip |
Removed the borders around 'what is' and mission again and made the borders around news grey.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -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; } |