Added a watchstream page.
[zzz-floof.git] / floof / public / layout.css
index 74a3c05..b175705 100644 (file)
@@ -10,12 +10,23 @@ body { font-family: sans-serif; font-size: 12px; }
 
 .full {display:block;}
 
+
+.artwork-grid li {display:inline;}
+
 /*** Common bits and pieces ***/
+a {color:blue; text-decoration:none; pointer:cursor;} /* Who needs visited links */
+
+p { margin: 0.25em 0 1em 0; }
+
 /* 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; }
 
+/* Comments */
+.comment {}
+.comment .header { background: #d8d8d8; }
+
 
 
 /*** Individual page layout ***/