X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Fnavigation.less;h=4cfdc9c75e526a81ebc8d7fda839529458a3bda0;hp=1ca1d24e12e9edc045bc643406e46552c1babdbc;hb=78ee3ab05e409a12e30e6f439560ce279d669b40;hpb=de5db62e28514298e5e7b776249fe5a90a14a8d6 diff --git a/src/main/webapp/less/base/navigation.less b/src/main/webapp/less/base/navigation.less index 1ca1d24e..4cfdc9c7 100644 --- a/src/main/webapp/less/base/navigation.less +++ b/src/main/webapp/less/base/navigation.less @@ -1,15 +1,14 @@ h2.nav { - padding-bottom: .3em; - border-bottom: 1px solid @normal; } #menu, #submenu { - font-family: 'BPreplay', Helvetica, Arial, sans-serif; - font-weight: bold; + .bpreplay; color: @normal; - margin: 1em 0 2em 0; + margin: .5em 0 1.5em 0; + padding: 0.25em 0.25em 0.25em 1.5em; + border: 1px solid @normal; } #menu li.m, #submenu li.s @@ -40,13 +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; } #breadcrumb ol.b { @@ -58,9 +57,17 @@ h2.nav #breadcrumb ol.b li.b { float: left; - margin: 0 0 0 1em; + margin: 0 0 0.5em 0.5em; padding: 0; } +#breadcrumb ol.b li.b:before +{ + content: '> '; +} +#breadcrumb ol.b li.b:first-child:before +{ + content: ''; +} #breadcrumb ol.b li.b strong.b { border-bottom: 1px solid @normal; @@ -79,6 +86,7 @@ h2.nav { position: static; float: right; + margin: 0 0 0 2em; white-space: nowrap; } #breadcrumb div.b