From 6bbc27767e1b86d5e1ddb02cac85b9440d8df81e Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 3 Nov 2010 21:22:13 +1100 Subject: [PATCH] Small fix. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2d7d04bd..8d8bae1c 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ body { - background: #EEF2FF url('/img/fade-blue.png') repeat-x 50% 0%; + background: #EEF2FF url('img/fade-blue.png') repeat-x 50% 0%; color: black; font-family: arial, helvetica, sans-serif; font-size: 10pt;