X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Fhead.less;h=750995a6a1bf3c5a48577472a175b4f17756be12;hp=1527e34247329afedf2d693d75a4d51200538b9a;hb=98959d7288268c8c3b7f062ac343058c4bd60c57;hpb=de5db62e28514298e5e7b776249fe5a90a14a8d6 diff --git a/src/main/webapp/less/base/head.less b/src/main/webapp/less/base/head.less index 1527e342..750995a6 100644 --- a/src/main/webapp/less/base/head.less +++ b/src/main/webapp/less/base/head.less @@ -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; }