X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=planet.css;h=293f861ee7c0b6ea8427d89d9af8d3a39bf28aee;hb=b26d7c3805350da4516534a4459476e4f0fc5521;hp=cac3c18556114e971dc3eb16ea86b10779f71123;hpb=bec97cc37b9472c8650fb9027d46eb3e20dc9802;p=planet-ucc.git diff --git a/planet.css b/planet.css index cac3c18..293f861 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 { @@ -20,13 +18,12 @@ .header img.logo { position: absolute; - float: right; - clear: none; top: 0; right: 0; } .sidebar { + background-color: white; position: absolute; right: 0.5em; width: 195px; @@ -62,7 +59,7 @@ .items { padding-right: 200px; - padding-top: 5em; + padding-top: 70px; } .items h1 { @@ -107,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 {