LESS-Code aufgerÀumt
[website] / src / main / webapp / less / tablet / footer.less
index 7e6567b..1ab926b 100644 (file)
@@ -1,49 +1,3 @@
-.nomenu #footer
-{
-  padding: 0 3em 1.5em 5em;
-  @media (max-width: @maxsmalltablet)
-  {
-    padding: 0 2em 1em 3em;
-  }
-  @media (max-width: @maxsmallertablet)
-  {
-    padding: 0 1em .75em 2.5em;
-  }
-  background-color: @heller;
-}
-.nomenu #footer > #footerlinks
-{
-  position: static;
-  margin: -.125em;
-  padding-top: 1.5em;
-  @media (max-width: @maxsmalltablet)
-  {
-    padding-top: 1em;
-  }
-  @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;
-}
 .menu #footer > #footerlinks
 {
   position: static;
   border-color: @hintergrund;
   border-style: solid;
 }
+
+
+.nomenu #footer > #footerlinks
+{
+  position: static;
+  margin: -.125em;
+  padding-top: 1.5em;
+  @media (max-width: @maxsmalltablet)
+  {
+    padding-top: 1em;
+  }
+  @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;
+}