JS-Dateien für Rückwärtskompatibilität unter alten Namen zugänglich gemacht
[website] / src / main / webapp / less / base / head.less
index 1527e34..3c95627 100644 (file)
@@ -1,27 +1,26 @@
-@import '../variables.less';
-
 #header
 {
-  font-family: 'BPreplay', Helvetica, Arial, sans-serif;
-  font-weight: bold;
+  .bpreplay;
 }
 #logo
 {
+  display: inline;
   font-size: 400%;
   line-height: 1.2em;
+  margin: 0;
   padding: 0 0 0 .230769231em; /* 30px */
   color: @normal;
   border: none;
   position: relative;
   left: -.3em;
 }
-#logo:hover
+#logo a.l:hover
 {
   color: @dunkler;
+  border-style: none;
 }
 #slogan
 {
+  display: block;
   color: @normal;
-  white-space: nowrap;
-  padding-top: 1em;
 }