Marker-Klasse für Menü/Kein Menü in das Element <body> verschoben
[website] / src / main / webapp / less / tablet / footer.less
index bfb951d..7e6567b 100644 (file)
@@ -1,4 +1,4 @@
-.cols_1 > #footer
+.nomenu #footer
 {
   padding: 0 3em 1.5em 5em;
   @media (max-width: @maxsmalltablet)
@@ -11,7 +11,7 @@
   }
   background-color: @heller;
 }
-.cols_1 > #footer > #footerlinks
+.nomenu #footer > #footerlinks
 {
   position: static;
   margin: -.125em;
   }
   border-top: .125em solid @hintergrund;
 }
-.cols_1 > #footer > #footerlinks > li.f
+.nomenu #footer > #footerlinks > li.f
 {
   line-height: 1em;
   margin: 0 1em 0 0;
   padding: 0;
 }
-.cols_1 > #footer > #footerlinks > li.f > a.f
+.nomenu #footer > #footerlinks > li.f > a.f
 {
   color: @hintergrund;
   border-color: @hintergrund;
 }
-.cols_1 > #footer > #footerlinks > li#copyright
+.nomenu #footer > #footerlinks > li#copyright
 {
   position: static;
   float: right;
   font-size: 137.5%;
   margin: 0;
 }
-.cols_2 > #footer > #footerlinks
+.menu #footer > #footerlinks
 {
   position: static;
   border-style: none;
   margin: 4em 0 0 2em;
 }
-.cols_2 > #footer > #footerlinks > li.f
+.menu #footer > #footerlinks > li.f
 {
   line-height: 1em;
   display: block;
   margin: 0 0 .25em 0;
   color: @hintergrund;
 }
-.cols_2 > #footer > #footerlinks > li#copyright
+.menu #footer > #footerlinks > li#copyright
 {
   line-height: 1em;
   font-size: 137.5%;
   background-color: @heller;
   text-align: right;
 }
-.cols_2 > #footer > #footerlinks a.f
+.menu #footer > #footerlinks a.f
 {
   color: @hintergrund;
   border-color: @hintergrund;
 }
-.cols_2 > #footer > #footerlinks a.f:hover
+.menu #footer > #footerlinks a.f:hover
 {
   color: @hintergrund;
   border-color: @hintergrund;