X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Ffooter-sticky.less;fp=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Ffooter-sticky.less;h=0000000000000000000000000000000000000000;hb=139f3dc60fb1a679c636d9dcc36faeb8400fa165;hp=2ff65bd6d86e041ecf60b961e96b0f5b2df140ee;hpb=7967465800f4235b769e7151d5986ca92fc2a0ff;p=website diff --git a/src/main/webapp/less/screen/footer-sticky.less b/src/main/webapp/less/screen/footer-sticky.less deleted file mode 100644 index 2ff65bd6..00000000 --- a/src/main/webapp/less/screen/footer-sticky.less +++ /dev/null @@ -1,17 +0,0 @@ -/** Make the footer sticky */ -html, body -{ - height: 100%; -} -#page -{ - position: relative; - min-height: 100%; -} -#footer -{ - position: absolute; - left: 0; - right: 0; - bottom: 0; -}