More Commits
[planet-ucc.git] / planet.css
index 2ac8cba..9d7f519 100644 (file)
@@ -1,7 +1,29 @@
+DIV#header {
+       position: absolute;
+       top: 0;
+       left: 0;
+       right: 0;
+       height: 75px;
+       background-color: black;
+}
+
+DIV#header img.title {
+       position: absolute;
+       top: 0;
+       left: 2em;
+}
+
+DIV#header img.logo {
+       position: absolute;
+       top: 0;
+       right: 0;
+}
+
 DIV#sidebar {
        position: absolute;
        right: 0.5em;
-       width: 13.5em;
+       width: 195px;
+       top: 130px;
 }
 
 DIV#sidebar h2 {
@@ -32,7 +54,8 @@ DIV#sidebar a:visited {
 }
 
 DIV#items {
-       padding-right: 14em;
+       padding-right: 200px;
+       padding-top: 0.5ex;
 }
 
 DIV#items h1 {

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