X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Fhead.less;h=3c956271bc7890ca2cda9d03046bf2e450fab4a0;hp=b1368efa585ae2ba7aabad1efc09f1260fc5d1f1;hb=7967465800f4235b769e7151d5986ca92fc2a0ff;hpb=78ee3ab05e409a12e30e6f439560ce279d669b40 diff --git a/src/main/webapp/less/base/head.less b/src/main/webapp/less/base/head.less index b1368efa..3c956271 100644 --- a/src/main/webapp/less/base/head.less +++ b/src/main/webapp/less/base/head.less @@ -1,26 +1,26 @@ -@import '../variables.less'; - #header { .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; }