X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Fless%2Fscreen%2Flayout.less;fp=dist%2Fless%2Fscreen%2Flayout.less;h=d01d0907e723e75df66c84ee36eff67f210c4861;hp=9771f834a8e4bdc19eaa04779a8ba91a607c798a;hb=bb9c67012707416895f3cbb17585928141df5e9e;hpb=edffc60b1856f9c66560d114ea30cfe0032e110b diff --git a/dist/less/screen/layout.less b/dist/less/screen/layout.less index 9771f834..d01d0907 100644 --- a/dist/less/screen/layout.less +++ b/dist/less/screen/layout.less @@ -72,7 +72,7 @@ body #header { margin-left: -2.125em; - padding: 1em 0; + padding: .125em 0 1em 0; } #header > hr.h { @@ -162,8 +162,8 @@ body #breadcrumb { position: absolute; - top: 8.375em; - left: 6.9em; + top: 7.875em; /* 126px */ + left: 10em; z-index: 3; } #breadcrumb > a.hide @@ -174,7 +174,13 @@ body { display: none; } - +#breadcrumb > strong.b.title, +#breadcrumb > ol.b > li.b:first-child +{ + text-indent: -999em; + width: 0; + margin: 0; +} /** Footer positionieren */