From b2932b97919a9bc8ce4913bf8827e1bda9585d94 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Tue, 4 Oct 2011 00:22:16 +0100 Subject: less markup for breadcrumbs (but more lines for IE<9) --- css/design.css | 12 +++++++++++- main.php | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/css/design.css b/css/design.css index 8def2faa9..3a9725f34 100755 --- a/css/design.css +++ b/css/design.css @@ -231,11 +231,21 @@ font-size: 0.875em; clear: both; } -.dokuwiki div.breadcrumbs div.pad { +.dokuwiki div.breadcrumbs div { border-top: 1px solid __background__; border-bottom: 1px solid __border__; padding: .1em .35em; } +.dokuwiki div.breadcrumbs div:first-child { + border-bottom-width: 0; +} +#IE7 .dokuwiki div.breadcrumbs div:first-child, +#IE8 .dokuwiki div.breadcrumbs div:first-child { + border-bottom-width: 1px; +} +.dokuwiki div.breadcrumbs div:last-child { + border-top-width: 0; +} .dokuwiki div.breadcrumbs a { color: __link__; background-color: inherit; diff --git a/main.php b/main.php index e234bab2c..c186eeea0 100755 --- a/main.php +++ b/main.php @@ -91,14 +91,14 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER -
-- cgit v1.2.3