From 61763553934657deaf502683b580be3b678ee899 Mon Sep 17 00:00:00 2001
From: moodler <moodler>
Date: Fri, 13 Dec 2002 04:56:10 +0000
Subject: [PATCH] WHoops ... I'd trashed the background

---
 theme/cordoroyblue/styles.php | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php
index 78554515bf..af04de9344 100644
--- a/theme/cordoroyblue/styles.php
+++ b/theme/cordoroyblue/styles.php
@@ -19,7 +19,12 @@
 
 ?>
 
-body, td, th {
+body {
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+    background-image: url(<?PHP echo "$themeurl"?>/texture1.jpg);
+}
+
+td, th {
     font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 }
 
-- 
2.39.5