X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=planet.css;h=d05f96b5ec6d07cfd4a9649d7accfb708d9ee7c9;hp=84f3b757c1ea3e3a691c941d6778fbde08783858;hb=5978ce5ae181d88a687a1eae36bde3513e2d06dd;hpb=c36a2d34476aac155a824e37236d2ee12178bff1 diff --git a/planet.css b/planet.css index 84f3b75..d05f96b 100644 --- a/planet.css +++ b/planet.css @@ -1,14 +1,13 @@ -.header { +.header p { position: absolute; + background-color: black; + color: black; top: 0; left: 0; right: 0; height: 75px; - background-color: black; -} - -.header p { - background-color: black; + width: 100%; + margin: 0; } .header img.title { @@ -24,6 +23,7 @@ } .sidebar { + background-color: white; position: absolute; right: 0.5em; width: 195px; @@ -104,21 +104,21 @@ color: #999999; } -.item p.body a { +.item a { color: blue; text-decoration: underline; } -.item p.body a:visited { +.item a:visited { color: blue; text-decoration: underline; } .item p.time a { color: #999999; - text-decoration: none; + text-decoration: underline; } .item p.time a:visited { color: #999999; - text-decoration: none; + text-decoration: underline; } .footer {