From a7fa88733decee72291bc06f7395738a07b10555 Mon Sep 17 00:00:00 2001 From: horus Date: Wed, 7 Feb 2018 18:31:07 +0100 Subject: Adds boostrap css and js. --- site/public/css/sticky-footer-navbar.css | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 site/public/css/sticky-footer-navbar.css (limited to 'site/public/css/sticky-footer-navbar.css') diff --git a/site/public/css/sticky-footer-navbar.css b/site/public/css/sticky-footer-navbar.css new file mode 100644 index 0000000..07fd56a --- /dev/null +++ b/site/public/css/sticky-footer-navbar.css @@ -0,0 +1,37 @@ +/* Sticky footer styles +-------------------------------------------------- */ +html { + position: relative; + min-height: 100%; +} +body { + /* Margin bottom by footer height */ + margin-bottom: 60px; +} +.footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 60px; + 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: 60px 15px 0; +} + +.footer > .container { + padding-right: 15px; + padding-left: 15px; +} + +code { + font-size: 80%; +} -- cgit v1.2.3