saved searches is going awesome. Partial work on adding them as galleries
[zzz-floof.git] / floof / public / layout.css
index f6e671f..25737d0 100644 (file)
@@ -10,10 +10,10 @@ body { font-family: sans-serif; font-size: 12px; }
 
 .full {display:block;}
 
 
 .full {display:block;}
 
-
-
 /*** Common bits and pieces ***/
 /* General form layout */
 /*** Common bits and pieces ***/
 /* General form layout */
+a {color:blue; text-decoration:none; pointer:cursor;} /* Who needs visited links */
+
 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; }
 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; }
@@ -21,3 +21,4 @@ dl.form dd { margin-bottom: 0.5em; }
 
 
 /*** Individual page layout ***/
 
 
 /*** Individual page layout ***/
+.selected {color:red;}