X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Ffooter.less;h=16d95a8ecf34eb489344f87518786b0d53643995;hp=addab87c9df9294dbcaba7fbf8508ee31c128680;hb=98959d7288268c8c3b7f062ac343058c4bd60c57;hpb=e4514bf0d4f1437add504129e4595f872f2d80fc diff --git a/src/main/webapp/less/base/footer.less b/src/main/webapp/less/base/footer.less index addab87c..16d95a8e 100644 --- a/src/main/webapp/less/base/footer.less +++ b/src/main/webapp/less/base/footer.less @@ -1,37 +1,22 @@ -@import '../variables.less'; - -#footer -{ - margin: 2em 0; -} #footerlinks { - font-family: 'BPreplay', Helvetica, Arial, sans-serif; - font-weight: bold; + .bpreplay; position: relative; - border-top: 1.25em solid @normal; /** 20px */ margin: 0; padding: 0; list-style-type: none; } -#footerlinks > li.f +#footerlinks li.f { font-size: 137.5%; /** 22 px */ - line-height: .6666666667em; /* 20px */ - display: inline-block; + float: left; margin: .5em 1em 0 0; - color: @normal; - vertical-align: top; } -#footerlinks > li#copyright +#footerlinks #copyright { - position: absolute; - right: .625em; - top: -1em; /** 30px */ - line-height: 1.4em; /* 42px */ - color: @hintergrund; + color: @schrift; margin: 0; - font-size: 187.5%; /** 30px */ + width: 100%; } #footerlinks a.f {