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; }