Time fix in XMLParse2
[planet-ucc.git] / planet.css
index de79b98..69da088 100644 (file)
@@ -1,15 +1,13 @@
-.header {
+.header {
        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 {
 }
 
 .header img.logo {
-/*     position: absolute; */
-       float: right;
+       position: absolute;
        top: 0;
-/*     right: 0; */
+       right: 0;
 }
 
 .sidebar {
        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 {

UCC git Repository :: git.ucc.asn.au