From 6fdc8cd7a27ebc7ea030ca5ac3c7ab9d9fbf2533 Mon Sep 17 00:00:00 2001 From: skami Date: Sat, 26 Feb 2011 12:59:14 +0100 Subject: Ajout d'un fond --- lightweight/static/css/main.css | 2 +- lightweight/static/images/bg.png | Bin 0 -> 6862 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 lightweight/static/images/bg.png (limited to 'lightweight') diff --git a/lightweight/static/css/main.css b/lightweight/static/css/main.css index 6f9086d..6b8223a 100644 --- a/lightweight/static/css/main.css +++ b/lightweight/static/css/main.css @@ -17,7 +17,7 @@ body { font-size: .8em; line-height: 1.3; color: #111; - background: white; + background: white url(../images/bg.png) repeat scroll; } h1, h2, h3, h4, h5, h6 { diff --git a/lightweight/static/images/bg.png b/lightweight/static/images/bg.png new file mode 100644 index 0000000..9ee4c6b Binary files /dev/null and b/lightweight/static/images/bg.png differ -- cgit