Die Marginalspalte auch auf Seiten mit einspaltigem Layout hervorgehoben
[website] / src / main / webapp / less / screen / footer.less
index addab87..513fdd2 100644 (file)
@@ -2,23 +2,25 @@
 
 #footer
 {
-  margin: 2em 0;
+  padding: 2em 0;
+}
+.cols_1 > #footer
+{
+  padding-top: 0;
+}
+#footer > hr
+{
+  display: none;
 }
 #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;
+  float: none;
   margin: .5em 1em 0 0;
   color: @normal;
   vertical-align: top;
@@ -26,6 +28,7 @@
 #footerlinks > li#copyright
 {
   position: absolute;
+  float: none;
   right: .625em;
   top: -1em; /** 30px */
   line-height: 1.4em; /* 42px */