X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Fnavigation.less;h=60874ab6c03deae035f0708d57515edf3458b1c8;hp=4cfdc9c75e526a81ebc8d7fda839529458a3bda0;hb=98959d7288268c8c3b7f062ac343058c4bd60c57;hpb=5b599598b0e9c08e099fdeed5a86d2cad044db14 diff --git a/src/main/webapp/less/base/navigation.less b/src/main/webapp/less/base/navigation.less index 4cfdc9c7..60874ab6 100644 --- a/src/main/webapp/less/base/navigation.less +++ b/src/main/webapp/less/base/navigation.less @@ -45,7 +45,7 @@ h2.nav #breadcrumb strong.b.title { float: left; - margin: 0 0.5em .6em 0; + margin: 0 0.5em 0 0; } #breadcrumb ol.b { @@ -85,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; }