less/roojs-bootstrap/alert.less
[roojs1] / less / roojs-bootstrap / sticky-footer.less
diff --git a/less/roojs-bootstrap/sticky-footer.less b/less/roojs-bootstrap/sticky-footer.less
deleted file mode 100644 (file)
index 6a8137b..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*html, */
-
-
-
-/* Sticky footer styles
--------------------------------------------------- */
-html.bootstrap-sticky {
-  position: relative;
-  min-height: 100%;
-}
-html.bootstrap-sticky body {
-  /* Margin bottom by footer height */
-  margin-bottom: 60px;
-}
-.bootstrap-sticky-footer {
-  position: absolute;
-  bottom: 0;
-  width: 100%;
-  /* Set the fixed height of the footer here */
-  height: 60px;
-  background-color: @well-bg;
-}
-
-
-  
-/* Lastly, apply responsive CSS fixes as necessary */
-@media (max-width: 767px) {
-    .bootstrap-sticky-footer {
-        margin-left: -20px;
-        margin-right: -20px;
-        padding-left: 20px;
-        padding-right: 20px;
-    }
-}
-
-