bug fixes
[planet-ucc.git] / planet.css
index e567ee3..ea0c89d 100644 (file)
@@ -1,10 +1,13 @@
-.header {
+.header {
        position: absolute;
+       background-color: black;
+       color: black;
        top: 0;
        left: 0;
        right: 0;
        height: 75px;
-       background-color: black;
+       width: 100%;
+       margin: 0;
 }
 
 .header img.title {
@@ -20,6 +23,7 @@
 }
 
 .sidebar {
+       background-color: white;
        position: absolute;
        right: 0.5em;
        width: 195px;
@@ -55,7 +59,7 @@
 
 .items {
        padding-right: 200px;
-       padding-top: 5em;
+       padding-top: 70px;
 }
 
 .items h1 {
        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;
        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