diff --git a/css/custom_boostrap.css b/css/custom_boostrap.css index d2e758be17cda0d1ff9897ea798317b41152519d..a76e9e664fcb10b11bce8a40d95247b85fd8e80a 100644 --- a/css/custom_boostrap.css +++ b/css/custom_boostrap.css @@ -12,10 +12,10 @@ max-width: 680px; padding-top: 10px; padding-bottom: 0px; - text-align : center; + text-align: center; } .text-footer { - text-align : center; - color : black; + text-align: center; + color: black; } \ No newline at end of file diff --git a/template/footer.php b/template/footer.php index e27e66d292448c25ba6264781c1104da5d14dcc9..e70eca3512ec8437fd870df0dee862c921f1036f 100644 --- a/template/footer.php +++ b/template/footer.php @@ -1,5 +1,5 @@ <div id="footer"> - <div class="foote-container"> + <div class="footer-container"> <p class="text-footer">NF17 - ©Team CAMP 2014 - Developed by Matthieu GUFFROY, Clément MERCIER, Alexandre CORTYL & Paul GOUJON</p> </div> </div>