X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/332de9696e2cca102332d5543adad9b289c35214..cb1976ef371904b45d7961212cd87595a9486284:/floof/public/layout.css diff --git a/floof/public/layout.css b/floof/public/layout.css index a098b5e..b175705 100644 --- a/floof/public/layout.css +++ b/floof/public/layout.css @@ -14,13 +14,19 @@ body { font-family: sans-serif; font-size: 12px; } .artwork-grid li {display:inline;} /*** Common bits and pieces ***/ -/* General form layout */ 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 ***/