X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/55270a42bf0699bd78b95a945fddd73a165507ee..f263f51648eef9739caa92e19ec45b32d7a1e49e:/floof/public/layout.css diff --git a/floof/public/layout.css b/floof/public/layout.css index 74a3c05..1fa629e 100644 --- a/floof/public/layout.css +++ b/floof/public/layout.css @@ -10,12 +10,26 @@ 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; } +.errors {color:red;} + + +/* Comments */ +.comment {} +.comment .header { background: #d8d8d8; } + /*** Individual page layout ***/