From 7cad9691f07a51d412fcc7fb7ba0c4e513959fcc Mon Sep 17 00:00:00 2001
From: cortylal <alexcortyl@gmail.com>
Date: Tue, 17 Jun 2014 23:57:46 +0200
Subject: [PATCH] footer

---
 css/custom_boostrap.css | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/css/custom_boostrap.css b/css/custom_boostrap.css
index e69de29..68c51a5 100644
--- a/css/custom_boostrap.css
+++ b/css/custom_boostrap.css
@@ -0,0 +1,20 @@
+#footer {
+  position: absolute;
+  bottom: 0;
+  width: 100%;
+  /* Set the fixed height of the footer here */
+  height: 30px;
+  background-color: #f5f5f5;
+}
+
+.footer_container {
+  width: auto;
+  max-width: 680px;
+  padding-top: 10px;
+  padding-bottom: 0px;
+  text-align : center;
+}
+
+.text-footer {
+
+}
\ No newline at end of file
-- 
GitLab