summaryrefslogtreecommitdiff
path: root/site/public/css/sticky-footer-navbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/public/css/sticky-footer-navbar.css')
-rw-r--r--site/public/css/sticky-footer-navbar.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/site/public/css/sticky-footer-navbar.css b/site/public/css/sticky-footer-navbar.css
deleted file mode 100644
index 3e26103..0000000
--- a/site/public/css/sticky-footer-navbar.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Sticky footer styles
--------------------------------------------------- */
-html {
- position: relative;
- min-height: 100%;
-}
-body {
- /* Margin bottom by footer height */
- margin-bottom: 300px;
-}
-.footer {
- position: absolute;
- bottom: 0;
- width: 100%;
- /* Set the fixed height of the footer here */
- height: 300px;
- line-height: 60px; /* Vertically center the text there */
- background-color: #f5f5f5;
-}
-
-
-/* Custom page CSS
--------------------------------------------------- */
-/* Not required for template or sticky footer method. */
-
-/*
-*/
-body > .container {
- padding: 30px 15px 0;
-}
-
-.footer > .container {
- margin-top: 10px;
- padding-right: 15px;
- padding-left: 15px;
-}