diff --git a/css/custom_boostrap.css b/css/custom_bootstrap.css similarity index 78% rename from css/custom_boostrap.css rename to css/custom_bootstrap.css index 3bac11097ea84a96136a67d0cdfff3e360d2665e..ea62426ca08ed5be4b588ff926819305c5cd6821 100644 --- a/css/custom_boostrap.css +++ b/css/custom_bootstrap.css @@ -5,17 +5,12 @@ /* Set the fixed height of the footer here */ height: 30px; background-color: #108a93; -} - -.footer-container { - width: auto; - max-width: 680px; padding-top: 10px; padding-bottom: 0px; text-align: center; + color: black; } .text-footer { text-align: center; - color: black; } \ No newline at end of file diff --git a/template/footer.php b/template/footer.php index e70eca3512ec8437fd870df0dee862c921f1036f..a6346c7f593dc7733c21f0d09d5b25c492b6d068 100644 --- a/template/footer.php +++ b/template/footer.php @@ -1,7 +1,5 @@ <div id="footer"> - <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> diff --git a/template/header.php b/template/header.php index b3d72b1638e5167054f465f7db98dd71f552ea63..3cfb0c3462c85a80d0eabdb0d6b0d1bdfdc8d400 100644 --- a/template/header.php +++ b/template/header.php @@ -13,7 +13,7 @@ <link rel="stylesheet" href="http://tuxa.sme.utc/~nf17p110/css/bootstrap.css"> <link href="http://tuxa.sme.utc/~nf17p110/css/sticky-footer.css" rel="stylesheet"> - + <link rel="stylesheet" href="http://tuxa.sme.utc/~nf17p110/css/custom_bootstrap.css"> <!-- Optional theme -->