LESS-Code aufgerÀumt
[website] / src / main / webapp / less / tiny / layout.less
index ede7f87..0acb606 100644 (file)
@@ -12,7 +12,7 @@ body
   #header
   {
     font-size: 75%;
-    margin: 0 .5em 0 1em;
+    margin: .25em .5em 0 1em;
   }
   .content > .marginal
   {
@@ -26,9 +26,13 @@ body
   }
   #breadcrumb
   {
-    top: .3em;
+    top: .1em;
     right: .3em;
   }
+  #breadcrumb > a.hide:before
+  {
+    font-size: 300%; /** Vielfaches von 12px */
+  }
 }
 @media (max-width: 150px)
 {
@@ -44,4 +48,12 @@ body
   {
     display: none;
   }
+  #breadcrumb
+  {
+    top: .2em;
+  }
+  #breadcrumb > a.hide:before
+  {
+    font-size: 264%; /** Vielfaches von 12px */
+  }
 }