X-Git-Url: http://git.plutz.net/?p=serve0;a=blobdiff_plain;f=style.css;fp=style.css;h=79ddfe81e46ca885862212b56571779851331291;hp=17b88e4c5500399e16f9d88b2a70145c79eac357;hb=bb0790fd8ce109fe17a081f6fb61f4a86d96b1ad;hpb=b48d0f4a8b7dc30273e7d658edab8e403d03d43c diff --git a/style.css b/style.css index 17b88e4..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 ====== */