X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=planet.css;h=ea0c89d7e60065a5ad227f1bbe2d8da263e30c6c;hp=502776226cf2d085cbf777bb158fd54bc3f01898;hb=39cbf12e7c891c3ac0d7e57edfe19cfd4edbff42;hpb=630416f7a6ff9d6bdb6649a1d53afe544150a0fe diff --git a/planet.css b/planet.css index 5027762..ea0c89d 100644 --- a/planet.css +++ b/planet.css @@ -23,6 +23,7 @@ } .sidebar { + background-color: white; position: absolute; right: 0.5em; width: 195px; @@ -58,7 +59,7 @@ .items { padding-right: 200px; - padding-top: 5em; + padding-top: 70px; } .items h1 { @@ -82,6 +83,15 @@ padding: 0.5ex; } +.item h2 a { + text-decoration: none; + color: black; +} +.item h2 a:visited { + text-decoration: none; + color: black; +} + .item img { border-style: none; padding-left: 1ex; @@ -103,21 +113,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 {