From 626ad791d35bfaba4678f54c144e321f0fc8f23c Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 23 Oct 2002 04:15:23 +0000 Subject: Grey background inclusion. --- styles/grey/background.gif | Bin 0 -> 998 bytes styles/grey/default.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 styles/grey/background.gif (limited to 'styles') diff --git a/styles/grey/background.gif b/styles/grey/background.gif new file mode 100644 index 0000000..ea368bc Binary files /dev/null and b/styles/grey/background.gif differ diff --git a/styles/grey/default.css b/styles/grey/default.css index 03189ef..39d3e4f 100644 --- a/styles/grey/default.css +++ b/styles/grey/default.css @@ -46,7 +46,7 @@ a.ps3:hover { color: #000000; background-color: transparent; text-decoration: u /* Body attributes */ -body { background-color: #E5E5E5; } +body { background-image: url(background.gif); } /* CSS definitions for fonts */ -- cgit v1.2.3