X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/d4609fff2bfd910366c41116f1da35e4037da7d4..fca6f64bc81a02c61ba45a13de25f3da2e7630b3:/floof/public/layout.css diff --git a/floof/public/layout.css b/floof/public/layout.css index 74a3c05..a098b5e 100644 --- a/floof/public/layout.css +++ b/floof/public/layout.css @@ -10,8 +10,13 @@ body { font-family: sans-serif; font-size: 12px; } .full {display:block;} + +.artwork-grid li {display:inline;} + /*** 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; }