static/style.css
changeset 21 b05979822dee
parent 20 d40c339d3778
child 24 a84322e9df8d
--- a/static/style.css	Sat Feb 07 03:35:37 2009 +0200
+++ b/static/style.css	Sat Feb 07 04:37:28 2009 +0200
@@ -21,16 +21,6 @@
     color: #000000;
 }
 
-a {
-    color: black;
-    text-decoration: none;
-    font-weight: bold;
-}
-
-a:hover {
-    text-decoration: underline;
-}
-
 /*
  * Top header
  */
@@ -112,6 +102,9 @@
 
 }
 
+/*
+ * Footer
+ */
 div#footer {
     padding: 10px;
 
@@ -120,3 +113,39 @@
     font-size: x-small;
     font-style: italic;
 }
+
+div#footer-right {
+    float: right;
+}
+
+/*
+ * General styles
+ */
+a {
+    color: black;
+    text-decoration: none;
+    font-weight: bold;
+}
+
+a:hover {
+    text-decoration: underline;
+}
+
+h1 {
+    font-size: x-large;
+}
+
+h2 {
+    font-size: large;
+}
+
+#content li {
+    padding: 2px;
+}
+
+#content a {
+    padding-right: 13px;
+    
+    background: transparent url(/static/link.png) no-repeat center right;
+}
+