X-Git-Url: http://git.plutz.net/?p=serve0;a=blobdiff_plain;f=style.css;h=2e461e13a1ca0b7c11496339b6e5f74b1a75e248;hp=7f6f2bbf46b9918a1c9ba365a8770475babd33da;hb=HEAD;hpb=2dc16837b68beede769ac485c518fd62a9c3e373 diff --git a/style.css b/style.css index 7f6f2bb..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,7 +265,7 @@ body { display: block; white-space: pre; } -#multitag fieldset [name=newtagn] + label { +#multitag fieldset textarea[name=newtag] + label { display: block; }