From f93fd05608a36e34f384f3d05e3f17e467c26664 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Fri, 6 May 2016 11:58:23 +0200 Subject: [PATCH] =?UTF-8?q?Num=C3=A9ro=20de=20vesion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html => index.php | 2 +- scss/style.scss | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) rename index.html => index.php (99%) diff --git a/index.html b/index.php similarity index 99% rename from index.html rename to index.php index 4f9ed88..ae20cbf 100644 --- a/index.html +++ b/index.php @@ -380,7 +380,7 @@
Divers
diff --git a/scss/style.scss b/scss/style.scss index abc2647..adc1473 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -106,7 +106,7 @@ form { } } -// Personalisé +// Personalisation #grilleBieres { >div { @extend .row; @@ -131,6 +131,10 @@ form { } +.footer-copyright a { + color: white; +} + // On met les toasts en bas #toast-container { top: inherit;