Überschriftengrößen überarbeitet
[website] / src / main / webapp / less / screen / layout.less
index 1bfbeaf..9771f83 100644 (file)
@@ -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;
-}