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