From 8e81943c2c6588be7e4c695172e757243b7a0d74 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 13:34:27 -0400 Subject: make the code use the default style darcs-hash:20080520173427-84dde-890b794c42ab3c29c23aa542fee3232fd41463a3.gz --- theme/default/style/html.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme/default/style/html.css') diff --git a/theme/default/style/html.css b/theme/default/style/html.css index a00d53127..10f0e89dc 100644 --- a/theme/default/style/html.css +++ b/theme/default/style/html.css @@ -22,7 +22,7 @@ body { font: 400 0.8em georgia, serif; line-height: 180%; - background: url(../img/bg/body.jpg) repeat top left; + background: url(../image/body.jpg) repeat top left; color: #6D6864; } @@ -93,7 +93,7 @@ ul { ul li { padding-left: 25px; - background: url(../img/bg/bullet.gif) no-repeat; + background: url(../image/bullet.gif) no-repeat; background-position: 0 3px; } -- cgit v1.2.3-54-g00ecf