X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Fnavigation.less;h=60874ab6c03deae035f0708d57515edf3458b1c8;hb=ca6df6f375793a05fdc41dd677eafa44f17b9ac9;hp=58ef0a2a4d1c555d0199e8b5e17ab1cf60a41e00;hpb=136db10a69e7fbfd778a17bd269cd26166939348;p=website diff --git a/src/main/webapp/less/base/navigation.less b/src/main/webapp/less/base/navigation.less index 58ef0a2a..60874ab6 100644 --- a/src/main/webapp/less/base/navigation.less +++ b/src/main/webapp/less/base/navigation.less @@ -4,8 +4,7 @@ h2.nav #menu, #submenu { - font-family: 'BPreplay', Helvetica, Arial, sans-serif; - font-weight: bold; + .bpreplay; color: @normal; margin: .5em 0 1.5em 0; padding: 0.25em 0.25em 0.25em 1.5em; @@ -40,14 +39,13 @@ h2.nav #breadcrumb { - font-family: 'BPreplay', Helvetica, Arial, sans-serif; - font-weight: bold; + .bpreplay; color: @normal; } #breadcrumb strong.b.title { float: left; - margin: 0 0.5em .6em 0; + margin: 0 0.5em 0 0; } #breadcrumb ol.b { @@ -87,13 +85,15 @@ h2.nav #breadcrumb a.hide { position: static; - float: right; - margin: 0 0 0 2em; - white-space: nowrap; } -#breadcrumb div.b +#breadcrumb a.hide:before +{ + content: ""; + display: table; + clear: both; +} +#breadcrumb hr.b { - height: 1px; /** Sonst greift das "clear" nicht unter IE6 */ clear: both; }