From 282b587a1f4fe93e919e87b7d78afbdfa45f4bf7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Sep 2016 16:42:12 +0200 Subject: =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20background?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ressources/styles/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ressources/styles/default.css b/ressources/styles/default.css index c7b8cdf..5661562 100755 --- a/ressources/styles/default.css +++ b/ressources/styles/default.css @@ -34,11 +34,11 @@ ul { /* Image de font */ html { -background-color:white; +background-color:black; background-image:url(../images/fond4.jpeg); background-attachment: fixed; background-position: center center; -background-repeat: no; +background-repeat: repeat-x; background-size: 60%; font-size: 16px; color: #a3a3a3; -- cgit v1.2.1