X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=planet.css;h=69da088aa7e27517bcbdc7334d93a1e43b91de65;hp=de79b989fc2575ea9f5bd96009100c3260e1987f;hb=38e3a5e3bc3dfae433af9bbf96d93d74d0641795;hpb=54610c9e7ff406f34296a190ce66c0bd334458c8 diff --git a/planet.css b/planet.css index de79b98..69da088 100644 --- a/planet.css +++ b/planet.css @@ -1,15 +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; - color: black; + width: 100%; + margin: 0; } .header img.title { @@ -19,10 +17,9 @@ } .header img.logo { -/* position: absolute; */ - float: right; + position: absolute; top: 0; -/* right: 0; */ + right: 0; } .sidebar { @@ -106,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 {