X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=planet.css;h=69da088aa7e27517bcbdc7334d93a1e43b91de65;hb=783caef083f5dcafaed71dfa3f3a8035109717e9;hp=e567ee33b5c566a6eff0e694b9b3d0f4d1011151;hpb=ff671f12215752898909c43c32f8ffa059845eb2;p=planet-ucc.git diff --git a/planet.css b/planet.css index e567ee3..69da088 100644 --- a/planet.css +++ b/planet.css @@ -1,10 +1,13 @@ -.header { +.header p { position: absolute; + background-color: black; + color: black; top: 0; left: 0; right: 0; height: 75px; - background-color: black; + width: 100%; + margin: 0; } .header img.title { @@ -100,21 +103,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 {