Unnötig komplexe CSS-Selektoren vereinfacht
[website] / src / main / webapp / less / screen / layout.less
index 2834d8f..92cc19a 100644 (file)
@@ -3,6 +3,11 @@ body
   padding: 0 3em 0 5em;
 }
 
+#header
+{
+  margin-left: -2.125em;
+}
+
 .content
 {
   position: relative;
@@ -53,25 +58,25 @@ body
 {
   padding: 2em;
 }
-.content #nav
+#nav
 {
   position: absolute;
   top: 0;
   right: 0; /** Hier eigentlich nicht nötig, aber für Tablet-Style erforderrlich! */
   width: 100%;
 }
-.cols_2 > .content #nav
+.cols_2 #nav
 {
   position: relative;
   top: auto;
   right: auto;
   width: 22.375em; /** 358px = 326px + 32px*/
 }
-.cols_2 > .content #nav > #menu
+.cols_2 #menu
 {
   margin: 0 0 -2.125em 0; /** 0 0 -34px 0 */
 }
-.content.cols_1 #nav > #menu
+.cols_1 #menu
 {
   position: absolute;
   top: -7em; /** 112px */
@@ -89,24 +94,6 @@ body { overflow-y: scroll; }
   margin: 0 auto;
 }
 
-/** Make the footer sticky */
-html, body
-{
-  height: 100%;
-}
-#page
-{
-  position: relative;
-  min-height: 100%;
-}
-#footer
-{
-  position: absolute;
-  left: 0;
-  right: 0;
-  bottom: 0;
-}
-
 /** Faux-Column-Hack-Eigengewächs */
 #page.cols_2
 {