Das neue juplo-Logo eingebaut
[website] / dist / less / screen / layout.less
index 9771f83..d01d090 100644 (file)
@@ -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 */