Basis-Layout für veraltete Browser (IE6 & Co.) eingeführt
[website] / src / main / webapp / less / base / footer.less
diff --git a/src/main/webapp/less/base/footer.less b/src/main/webapp/less/base/footer.less
deleted file mode 100644 (file)
index addab87..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-@import '../variables.less';
-
-#footer
-{
-  margin: 2em 0;
-}
-#footerlinks
-{
-  font-family: 'BPreplay', Helvetica, Arial, sans-serif;
-  font-weight: bold;
-  position: relative;
-  border-top: 1.25em solid @normal; /** 20px */
-  margin: 0;
-  padding: 0;
-  list-style-type: none;
-}
-#footerlinks > li.f
-{
-  font-size: 137.5%; /** 22 px */
-  line-height: .6666666667em; /* 20px */
-  display: inline-block;
-  margin: .5em 1em 0 0;
-  color: @normal;
-  vertical-align: top;
-}
-#footerlinks > li#copyright
-{
-  position: absolute;
-  right: .625em;
-  top: -1em; /** 30px */
-  line-height: 1.4em; /* 42px */
-  color: @hintergrund;
-  margin: 0;
-  font-size: 187.5%; /** 30px */
-}
-#footerlinks a.f
-{
-  color: @normal;
-  border-color: @normal;
-}
-#footerlinks a.f:hover
-{
-  color: @dunkler;
-  border-color: @dunkler;
-  border-style: solid;
-}