From f318df2e9abf46fa22f327de3e1336b45ba4a994 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Tue, 4 Oct 2011 00:36:40 +0100 Subject: fix breadcrumbs (just introduced bug for single instances) --- css/design.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'css') diff --git a/css/design.css b/css/design.css index 3a9725f34..984582459 100755 --- a/css/design.css +++ b/css/design.css @@ -232,20 +232,24 @@ clear: both; } .dokuwiki div.breadcrumbs div { + padding: .1em .35em; +} + +.dokuwiki div.breadcrumbs div:only-child { border-top: 1px solid __background__; border-bottom: 1px solid __border__; - padding: .1em .35em; } .dokuwiki div.breadcrumbs div:first-child { - border-bottom-width: 0; + border-top: 1px solid __background__; } -#IE7 .dokuwiki div.breadcrumbs div:first-child, -#IE8 .dokuwiki div.breadcrumbs div:first-child { - border-bottom-width: 1px; +#IE7 .dokuwiki div.breadcrumbs div, +#IE8 .dokuwiki div.breadcrumbs div { + border-bottom: 1px solid __border__; } .dokuwiki div.breadcrumbs div:last-child { - border-top-width: 0; + border-bottom: 1px solid __border__; } + .dokuwiki div.breadcrumbs a { color: __link__; background-color: inherit; -- cgit v1.2.3