X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Flayout.less;h=9771f834a8e4bdc19eaa04779a8ba91a607c798a;hp=1bfbeaf2912b6ab8e4eb3a1667f52b1a46bb876d;hb=40f9a579c5324f56a938e262fe8c708228cf6c83;hpb=8978e3782165e349f6e3265c80ce6d1731ca2d31 diff --git a/src/main/webapp/less/screen/layout.less b/src/main/webapp/less/screen/layout.less index 1bfbeaf2..9771f834 100644 --- a/src/main/webapp/less/screen/layout.less +++ b/src/main/webapp/less/screen/layout.less @@ -56,7 +56,6 @@ body .nomenu .content > .marginal { - padding-top: 2em; background-color: @sehrhell; } @@ -106,7 +105,7 @@ body { position: relative; width: 200%; - top: -9em; /** 136px */ + top: -8em; /** 136px */ right: 100%; text-align: right; list-style-type: none; @@ -114,13 +113,9 @@ body padding: 0; border-style: none; } -.nomenu #menu -{ - top: -11em; /** 2em mehr wegen 2em margin-top der Marginalspalte auf .nomenu-Seiten */ -} .onecolumn #menu { - top: -15.125em; + top: -15.5625em; /** -249px -- warum auch immer... */ } #menu > li.m { @@ -195,14 +190,3 @@ body { display: none; } - - -/** Marginal-Inhalte anpassen... */ - -.content > .marginal h1:first-child, -.content > .marginal h2:first-child, -.content > .marginal h3:first-child, -.content > .marginal h4:first-child -{ - margin-top: 0; -}