JS-Dateien für Rückwärtskompatibilität unter alten Namen zugänglich gemacht
[website] / src / main / webapp / less / tablet / footer.less
index 887229b..2541618 100644 (file)
   left: 0;
   right: 0;
   padding: 0 2.18181818em 1.5em; /* ? 3*16px ? */
-  @media (max-width: @maxsmalltablet)
+  @media (max-width: (@maxsmalltablet))
   {
     padding-right: 1.45454545em;
     padding-bottom: 1em;
   }
-  @media (max-width: @maxsmallertablet)
+  @media (max-width: (@maxsmallertablet))
   {
     padding-right: .72727272em;
     padding-bottom: .5em;
 }
 
 
-.nomenu #footer > #footerlinks
+.nomenu #footer > #footerlinks,
+.onecolumn #footer > #footerlinks
 {
   position: static;
   margin: -.125em;
   padding-top: 1.5em;
-  @media (max-width: @maxsmalltablet)
+  @media (max-width: (@maxsmalltablet))
   {
     padding-top: 1em;
   }
-  @media (max-width: @maxsmallertablet)
+  @media (max-width: (@maxsmallertablet))
   {
     padding-top: .5em;
   }
   border-top: .125em solid @hintergrund;
-}
-.nomenu #footer > #footerlinks > li.f
-{
-  line-height: 1em;
-  margin: 0 1em 0 0;
-  padding: 0;
-}
-.nomenu #footer > #footerlinks > li.f > a.f
-{
-  color: @hintergrund;
-  border-color: @hintergrund;
-}
-.nomenu #footer > #footerlinks > li#copyright
-{
-  position: static;
-  float: right;
-  font-size: 137.5%;
-  margin: 0;
+  > li.f
+  {
+    line-height: 1em;
+    margin: 0 1em 0 0;
+    padding: 0;
+  }
+  li.f > a.f
+  {
+    color: @hintergrund;
+    border-color: @hintergrund;
+  }
+  li#copyright
+  {
+    position: static;
+    float: right;
+    font-size: 137.5%;
+    margin: 0;
+  }
 }