X-Git-Url: http://git.plutz.net/?p=serve0;a=blobdiff_plain;f=style.css;h=2e461e13a1ca0b7c11496339b6e5f74b1a75e248;hp=dd67361b51d8d14d09e9bb3ecdb6cd21e3c50368;hb=HEAD;hpb=da22ff20e277c767390c172beee569b977f8beee diff --git a/style.css b/style.css index dd67361..79ddfe8 100644 --- a/style.css +++ b/style.css @@ -140,13 +140,23 @@ body { } #bookmarks label { - display: block; + display: inline; font-weight: bold; font-size: 1.125em; margin-left: 0; margin-top: .75em; word-break: break-word; } +#bookmarks label:before, +#bookmarks a.conjunct:after { + content: '\0a'; + white-space: pre; +} +#bookmarks label:before { + line-height: 2.5em; + vertical-align: top; +} + /* ====== ADVSEARCH / FILTER PANEL ====== */ @@ -255,6 +265,9 @@ body { display: block; white-space: pre; } +#multitag fieldset textarea[name=newtag] + label { + display: block; +} /* ====== VIEW PAGE ====== */ @@ -274,6 +287,10 @@ body#view .tag { border-radius: 1pt; } +body#view .itemlist { + margin-top: 2em; +} + /* ====== SCALE BLOCK ELEMENTS ====== */