static/layout.css
changeset 58 4f4150296cd3
parent 51 3e9a8fb73083
--- a/static/layout.css	Tue Jan 11 01:12:50 2011 +0200
+++ b/static/layout.css	Thu Jan 20 23:14:07 2011 +0200
@@ -21,6 +21,12 @@
     border-bottom: 1px dotted #aaa;
 }
 
+/* Header links are bare */
+div#header a
+{
+    text-decoration: none;
+}
+
 /* 
  * Container for horizontal layout 
  * XXX: for equal-height columns, I believe; see #menu
@@ -117,6 +123,9 @@
 /* Full-width Footer at bottom of page */
 div#footer
 {
+    /* Don't flow with #menu or #content */
+    clear: both;
+
     padding: 10px;
 
     border-top: 1px dotted #aaa;
@@ -126,3 +135,8 @@
 
     text-align: center;
 }
+
+div#footer .right
+{
+    float: right;
+}