summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-03-21 14:06:57 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-03-21 14:06:57 +0000
commit397d29692fd6308cc6bcee170fee65f66a1bea88 (patch)
tree32afe8c89e0bcf78924a19becb968a5eb70b401b
parent7c1eef9852e15cbc56b634da24dccd32284f1794 (diff)
downloadbrdo-397d29692fd6308cc6bcee170fee65f66a1bea88.tar.gz
brdo-397d29692fd6308cc6bcee170fee65f66a1bea88.tar.bz2
fixed the background
-rw-r--r--themes/goofy/goofy.theme5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme
index 64b577fac..7be688ef5 100644
--- a/themes/goofy/goofy.theme
+++ b/themes/goofy/goofy.theme
@@ -21,7 +21,8 @@
<head>
<title><?php echo $site_name; ?></title>
<style type="text/css">
- body,p,ul,li,div,form,em,blockquote,quote { font-size: 10pt; font-family: tahoma,helvetica,arial; }
+ body { background-color: #FFFFFF; font-size: 10pt; font-family: tahoma,helvetica,arial; }
+ p,ul,li,div,form,em,blockquote,quote { font-size: 10pt; font-family: tahoma,helvetica,arial; }
td { font-family: tahoma,arial,helvetica; font-size: 10pt; }
td.oru { background: url("themes/goofy/images/or-u.png"); width: 100%; }
td.ord { background: url("themes/goofy/images/or-d.png"); width: 100%; }
@@ -34,7 +35,7 @@
td.grr { background: url("themes/goofy/images/gr-r.png"); }
td.grcnt { background: #C6C6C6; width: 100%; font-family: tahoma,arial,helvetica; font-size: 10pt; }
td.lgu { background: url("themes/goofy/images/lg-u.png"); width: 100%; }
- td.lgd { background: url("themes/goofy/images/lg-d.png"); width: 100%; margin: 0; }
+ td.lgd { background: url("themes/goofy/images/lg-d.png"); width: 100%; }
td.lgl { background: url("themes/goofy/images/lg-l.png"); }
td.lgr { background: url("themes/goofy/images/lg-r.png"); }
td.lgcnt { background: #E4E4E4; width: 100%; font-family: tahoma,arial,helvetica; font-size: 10pt; white-space: normal; }