X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Ffooter.less;h=a9e0577117ac38a07a27d0a4bf403aade2e998ec;hb=697279a7b2b206ef6d274ed0c56c795dd28559f6;hp=addab87c9df9294dbcaba7fbf8508ee31c128680;hpb=4fb8c5c64593e901f24022bc5dd6d2eb0253d563;p=website diff --git a/src/main/webapp/less/screen/footer.less b/src/main/webapp/less/screen/footer.less index addab87c..a9e05771 100644 --- a/src/main/webapp/less/screen/footer.less +++ b/src/main/webapp/less/screen/footer.less @@ -1,24 +1,24 @@ -@import '../variables.less'; - #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 +26,8 @@ #footerlinks > li#copyright { position: absolute; + float: none; + width: auto; right: .625em; top: -1em; /** 30px */ line-height: 1.4em; /* 42px */