aboutsummaryrefslogtreecommitdiffstats
path: root/lightweight
diff options
context:
space:
mode:
authorskami <skami@skami-laptop.dyndns.org>2011-02-26 12:59:14 +0100
committerskami <skami@skami-laptop.dyndns.org>2011-02-26 12:59:14 +0100
commit6fdc8cd7a27ebc7ea030ca5ac3c7ab9d9fbf2533 (patch)
treea0018f822391d487336c0897f9ff18e7df9287c0 /lightweight
parent4fcba1c018915ca73ee3c75f01f8f26a2604b1a1 (diff)
downloadpelican-themes-6fdc8cd7a27ebc7ea030ca5ac3c7ab9d9fbf2533.tar.gz
Ajout d'un fond
Diffstat (limited to 'lightweight')
-rw-r--r--lightweight/static/css/main.css2
-rw-r--r--lightweight/static/images/bg.pngbin0 -> 6862 bytes
2 files changed, 1 insertions, 1 deletions
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
--- /dev/null
+++ b/lightweight/static/images/bg.png
Binary files differ