Semantisches Markup nach Hinweisen von html5doctor.com korrigiert
[website] / src / main / webapp / less / screen / layout.less
index 434e61c..a8cf4ff 100644 (file)
@@ -8,6 +8,7 @@ body
 .content
 {
   position: relative;
+  height: 100%;
   padding-bottom: 7.1875em; /** 115px (gemessene Gesamthöhe des Footers - mit Abstand und Margin) */
 }
 .cols_2 > .content
@@ -50,7 +51,7 @@ body
 {
   margin-top: 0;
 }
-.cols_1 > .content > .marginal div.m
+.cols_1 > .content > .marginal aside.m
 {
   padding: 2em;
 }
@@ -58,6 +59,7 @@ body
 {
   position: absolute;
   top: 0;
+  right: 0; /** Hier eigentlich nicht nötig, aber für Tablet-Style erforderrlich! */
   width: 100%;
 }
 .cols_2 > .content #nav