X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=planet.css;h=69da088aa7e27517bcbdc7334d93a1e43b91de65;hp=c942c1bd7492818859cd4cb4bf0f09f16055e0bd;hb=1640afe2184955716ac426b42355a3a6198d4d17;hpb=ee30a74b5fc4afd2ea9b4a915d3c1463dd698bad diff --git a/planet.css b/planet.css index c942c1b..69da088 100644 --- a/planet.css +++ b/planet.css @@ -1,12 +1,3 @@ -/* .header { - position: absolute; - top: 0; - left: 0; - right: 0; - height: 75px; - background-color: black; -} */ - .header p { position: absolute; background-color: black; @@ -15,6 +6,7 @@ left: 0; right: 0; height: 75px; + width: 100%; margin: 0; } @@ -111,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 {