fixed search query (awesome now thanks vee =]), tag links, default routing is back...
[zzz-floof.git] / floof / public / layout.css
index e32995e..74a3c05 100644 (file)
@@ -1,3 +1,6 @@
+/*** Main layout ***/
+body { font-family: sans-serif; font-size: 12px; }
+
 #header { padding: 1em; background: #c0c0c0; }
 #header #user { text-align: right; }
 
@@ -6,4 +9,14 @@
 #footer { padding: 1em; background: #c0c0c0; }
 
 .full {display:block;}
-.selected {color:red;}
\ No newline at end of file
+
+/*** Common bits and pieces ***/
+/* General form layout */
+dl.form { margin: 1em 0; padding-left: 1em; border-left: 0.5em solid gray; }
+dl.form dt { padding-bottom: 0.25em; font-style: italic; }
+dl.form dd { margin-bottom: 0.5em; }
+
+
+
+/*** Individual page layout ***/
+.selected {color:red;}