Less-Quellen von dist/less/ nach less/ verschoben
[website] / dist / less / base / footer.less
diff --git a/dist/less/base/footer.less b/dist/less/base/footer.less
deleted file mode 100644 (file)
index 16d95a8..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#footerlinks
-{
-  .bpreplay;
-  position: relative;
-  margin: 0;
-  padding: 0;
-  list-style-type: none;
-}
-#footerlinks li.f
-{
-  font-size: 137.5%; /** 22 px */
-  float: left;
-  margin: .5em 1em 0 0;
-}
-#footerlinks #copyright
-{
-  color: @schrift;
-  margin: 0;
-  width: 100%;
-}
-#footerlinks a.f
-{
-  color: @normal;
-  border-color: @normal;
-}
-#footerlinks a.f:hover
-{
-  color: @dunkler;
-  border-color: @dunkler;
-  border-style: solid;
-}