Basis-Layout im Hinblick auf kleine Bildschirme überarbeitet
[website] / src / main / webapp / less / base / head.less
index 1527e34..750995a 100644 (file)
@@ -2,26 +2,27 @@
 
 #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;
 }