X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=less%2Fscreen%2Flayout.less;h=d01d0907e723e75df66c84ee36eff67f210c4861;hb=8a09ed02397956fc356d2940767c03c5c04144fb;hp=9771f834a8e4bdc19eaa04779a8ba91a607c798a;hpb=3c6c6c0735bcccedf34fe5411d86777c3511f31a;p=website diff --git a/less/screen/layout.less b/less/screen/layout.less index 9771f834..d01d0907 100644 --- a/less/screen/layout.less +++ b/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 */