Marginal-Box auf fast leeren einspaltigen Seiten korrigiert
[website] / src / main / webapp / less / screen / layout.less
index 92cc19a..bf77320 100644 (file)
@@ -26,10 +26,17 @@ body
   position: relative;
   width: 100%;
 }
-.cols_1 > .content > .marginal
+.cols_1 > .content > .main
 {
-  margin-top: 3em;
+  margin-bottom: 7em;
+}
+.cols_1 > .content > .marginal aside.m
+{
+  margin: 3.5em 0 -999em 0;
+  padding: 2em 2em 995em 2em;
   background-color: @heller;
+  position: relative;
+  top: -4.5em;
 }
 .cols_2 > .content > .marginal
 {
@@ -54,10 +61,6 @@ body
 {
   margin-top: 0;
 }
-.cols_1 > .content > .marginal aside.m
-{
-  padding: 2em;
-}
 #nav
 {
   position: absolute;
@@ -113,6 +116,11 @@ body { overflow-y: scroll; }
 {
   right: -24.375em; /** Weil der Breadcrumb sonst an der Faux-Column umbricht! */
 }
+.cols_1 > #footer
+{
+  border-top: 1.5em solid @hintergrund;
+  background-color: @hintergrund;
+}
 .cols_2 > #footer
 {
   margin-right: -24.375em;