From c896ad6a495c94b7e185565700eb72a7f0b555c6 Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Sun, 10 May 2015 10:38:43 +0200 Subject: [PATCH] closes #57: footer links --- angular_app/index.html | 2 +- static/css/eventman.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/angular_app/index.html b/angular_app/index.html index 15d9460..e1fbc91 100644 --- a/angular_app/index.html +++ b/angular_app/index.html @@ -73,7 +73,7 @@
- diff --git a/static/css/eventman.css b/static/css/eventman.css index 3e08b49..10d177c 100644 --- a/static/css/eventman.css +++ b/static/css/eventman.css @@ -12,6 +12,14 @@ body { padding-top: 70px; } /* fix styling for empty href */ .nav, .pagination, .carousel, .panel-title a { cursor: pointer; } +/* Footer links */ +.main-footer { + background-color: lightgray; + text-align: center; + padding: 4px; + font-size: x-small; +} + /* margins for lists */ .top5 { margin-top: 5px; } .top10 { margin-top: 10px; }