From 23f635f82cab4fc2291397c9dc366ceda836a418 Mon Sep 17 00:00:00 2001 From: cortylal <alexcortyl@gmail.com> Date: Wed, 18 Jun 2014 00:51:33 +0200 Subject: [PATCH] footer --- css/custom_boostrap.css | 6 +++--- template/footer.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/custom_boostrap.css b/css/custom_boostrap.css index d2e758b..a76e9e6 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 e27e66d..e70eca3 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> -- GitLab