From 94822a285f674b61a6dc11e278d4037ac7908271 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 25 Nov 2011 11:51:22 -0800 Subject: [PATCH] * add background images --- local.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local.css b/local.css index 70890d5..4203d91 100644 --- a/local.css +++ b/local.css @@ -1,3 +1,4 @@ +/* -*- mode: css -*- */ /* ikiwiki style sheet */ /* Note that instead of modifying this style sheet, you can instead edit @@ -547,6 +548,8 @@ body { border-color: #999; border-style: none none solid none; border-width: 1px; + background-image: http://www.donarmstrong.com/images/da_background.jpg; + background-repeat: no-repeat; } .pageheader .header { -- 2.39.2