Basis-Layout für veraltete Browser (IE6 & Co.) überarbeitet
[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
new file mode 100644 (file)
index 0000000..0ee263a
--- /dev/null
@@ -0,0 +1,32 @@
+#footerlinks
+{
+  font-family: 'BPreplay', Helvetica, Arial, sans-serif;
+  font-weight: bold;
+  position: relative;
+  margin: 0;
+  padding: 0;
+  list-style-type: none;
+}
+#footerlinks li.f
+{
+  font-size: 137.5%; /** 22 px */
+  float: left;
+  margin: 0 1em 1em 0;
+}
+#footerlinks #copyright
+{
+  float: right;
+  color: @schrift;
+  margin: 0;
+}
+#footerlinks a.f
+{
+  color: @normal;
+  border-color: @normal;
+}
+#footerlinks a.f:hover
+{
+  color: @dunkler;
+  border-color: @dunkler;
+  border-style: solid;
+}