Less-Quellen von dist/less/ nach less/ verschoben
[website] / dist / less / phone / footer.less
diff --git a/dist/less/phone/footer.less b/dist/less/phone/footer.less
deleted file mode 100644 (file)
index 01a021a..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-#footer > #footerlinks
-{
-  position: static;
-  border-style: none;
-}
-#footer > #footerlinks > li.about
-{
-  display: none;
-}
-#footer > #footerlinks > li.f
-{
-  color: @hintergrund;
-  line-height: 1em;
-  margin: 0 1em 0 0;
-  padding: 0 0 .5em 0;
-}
-#footer > #footerlinks > li.f > a.f
-{
-  color: @hintergrund;
-  border-color: @hintergrund;
-}
-#footer > #footerlinks > li#copyright
-{
-  position: static;
-  float: right;
-  width: auto;
-  font-size: 137.5%;
-  margin: 0;
-  @media (max-width: 229px)
-  {
-    color: @schrift;
-    flow: none;
-    width: 100%;
-  }
-}