CSS für Media-Queries in einer Datei zusammengefasst
[website] / src / main / webapp / less / screen / layout.less
index ceffeab..2834d8f 100644 (file)
@@ -1,5 +1,3 @@
-@import '../variables.less';
-
 body
 {
   padding: 0 3em 0 5em;
@@ -8,6 +6,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 +49,7 @@ body
 {
   margin-top: 0;
 }
-.cols_1 > .content > .marginal div.m
+.cols_1 > .content > .marginal aside.m
 {
   padding: 2em;
 }