# HG changeset patch # User rougeronj # Date 1425641010 -3600 # Node ID ef34954a7f9fd03480eba1746aba4504c1023fff # Parent efd1aaee4b0c8c50a20426390b6f02c7484b143e fix footer (Ticket #50) - TODO: Contact page diff -r efd1aaee4b0c -r ef34954a7f9f src/hdalab/static/hdalab/css/footer.css --- a/src/hdalab/static/hdalab/css/footer.css Fri Mar 06 00:58:34 2015 +0100 +++ b/src/hdalab/static/hdalab/css/footer.css Fri Mar 06 12:23:30 2015 +0100 @@ -7,7 +7,7 @@ background-color: #7cb0bd; } #footer .nav .row { - width: 304px; + width: 311px; } #footer .nav ul { float: left; @@ -34,7 +34,7 @@ float: left; } #footer .nav ul li:first-child:before { - display: none; + } #footer .nav ul a { color: inherit; @@ -44,7 +44,7 @@ #innerfooter { margin: auto; background-color: rgb(181, 186, 186); - height: 175px; + height: 150px; width: 1280px; text-align: center; } diff -r efd1aaee4b0c -r ef34954a7f9f src/hdalab/templates/base.html --- a/src/hdalab/templates/base.html Fri Mar 06 00:58:34 2015 +0100 +++ b/src/hdalab/templates/base.html Fri Mar 06 12:23:30 2015 +0100 @@ -79,10 +79,10 @@