X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=less%2Fbase%2Ffooter.less;fp=less%2Fbase%2Ffooter.less;h=0000000000000000000000000000000000000000;hb=15c643ebc6ce3d75a62fedb9b83688c6e85acbc5;hp=16d95a8ecf34eb489344f87518786b0d53643995;hpb=14646bdae51a709c3850573d89e404939bd88808;p=website diff --git a/less/base/footer.less b/less/base/footer.less deleted file mode 100644 index 16d95a8e..00000000 --- a/less/base/footer.less +++ /dev/null @@ -1,31 +0,0 @@ -#footerlinks -{ - .bpreplay; - position: relative; - margin: 0; - padding: 0; - list-style-type: none; -} -#footerlinks li.f -{ - font-size: 137.5%; /** 22 px */ - float: left; - margin: .5em 1em 0 0; -} -#footerlinks #copyright -{ - color: @schrift; - margin: 0; - width: 100%; -} -#footerlinks a.f -{ - color: @normal; - border-color: @normal; -} -#footerlinks a.f:hover -{ - color: @dunkler; - border-color: @dunkler; - border-style: solid; -}