X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fphone%2Flayout.less;h=f2c4a2387c3e91c46e0744005b8da0b8e81003da;hp=bedb016e9e5534ba6879897a9d6e50c02ee2b2e1;hb=7967465800f4235b769e7151d5986ca92fc2a0ff;hpb=26b80b72222dafca912393187eed97376c73116f diff --git a/src/main/webapp/less/phone/layout.less b/src/main/webapp/less/phone/layout.less index bedb016e..f2c4a238 100644 --- a/src/main/webapp/less/phone/layout.less +++ b/src/main/webapp/less/phone/layout.less @@ -21,7 +21,6 @@ body .menu .content > .main { border-top-style: none; - margin-top: -.4375em; /** -8px + 1px (für den entfernten Rahmen) -- nur damit es exakt so positioniert ist, wie im Tablet-Layout */ } @@ -30,7 +29,7 @@ body #header { - margin: .5em 1em 0 1.25em; + margin: .5em 1em 1em 1.25em; } #header > hr.h { @@ -60,6 +59,10 @@ body #menu > li.m { float: left; + @media (max-width: 359px) + { + float: none; + } list-style-type: none; padding: .25em 1em 0 0; }