JS-Dateien für Rückwärtskompatibilität unter alten Namen zugänglich gemacht
[website] / src / main / webapp / less / base / navigation.less
index 58ef0a2..60874ab 100644 (file)
@@ -4,8 +4,7 @@ h2.nav
 #menu,
 #submenu
 {
-  font-family: 'BPreplay', Helvetica, Arial, sans-serif;
-  font-weight: bold;
+  .bpreplay;
   color: @normal;
   margin: .5em 0 1.5em 0;
   padding: 0.25em 0.25em 0.25em 1.5em;
@@ -40,14 +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;
+  margin: 0 0.5em 0 0;
 }
 #breadcrumb ol.b
 {
@@ -87,13 +85,15 @@ h2.nav
 #breadcrumb a.hide
 {
   position: static;
-  float: right;
-  margin: 0 0 0 2em;
-  white-space: nowrap;
 }
-#breadcrumb div.b
+#breadcrumb a.hide:before
+{
+  content: "";
+  display: table;
+  clear: both;
+}
+#breadcrumb hr.b
 {
-  height: 1px; /** Sonst greift das "clear" nicht unter IE6 */
   clear: both;
 }