X-Git-Url: http://git.plutz.net/?p=serve0;a=blobdiff_plain;f=style.css;h=2e461e13a1ca0b7c11496339b6e5f74b1a75e248;hp=17b88e4c5500399e16f9d88b2a70145c79eac357;hb=HEAD;hpb=79f7b16037814b55cf13213c8dbe116fca20525f 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 ====== */