From: moodler Date: Fri, 13 Dec 2002 04:56:10 +0000 (+0000) Subject: WHoops ... I'd trashed the background X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=61763553934657deaf502683b580be3b678ee899;p=moodle.git WHoops ... I'd trashed the background --- 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(/texture1.jpg); +} + +td, th { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }