Clientseitige LESS-Umsetzung integriert
[website] / less / screen / footer-sticky.less
diff --git a/less/screen/footer-sticky.less b/less/screen/footer-sticky.less
deleted file mode 100644 (file)
index 2ff65bd..0000000
+++ /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;
-}