X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=planet.css;h=d319f44c1513286a03de2df2001cc243b435e27d;hb=e0bbc334aba26f2ce328b7c42780e2e4c065b589;hp=643bceb4a97e85ebe0446485924de546bdde3df5;hpb=1a153660233e617646c4d1f452564553062521d4;p=planet-ucc.git diff --git a/planet.css b/planet.css index 643bceb..d319f44 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 { @@ -25,6 +23,7 @@ } .sidebar { + background-color: white; position: absolute; right: 0.5em; width: 195px; @@ -60,7 +59,7 @@ .items { padding-right: 200px; - padding-top: 5em; + padding-top: 85px; } .items h1 { @@ -105,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 {