diff options
Diffstat (limited to 'template/about_us.st')
| -rw-r--r-- | template/about_us.st | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/about_us.st b/template/about_us.st index abf91f4..72f3b25 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -13,9 +13,10 @@ jQuery(function() <title>dump.fm: about us</title> $head()$ </head> - <body style="font-family: Arial, Helvetica, sans-serif; -background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; - background-repeat:repeat-x; + <body style=" font-family: Arial, Helvetica, sans-serif; + background-color:#f0f9ff; + background-image:url(/static/img/fade-blue.png)!important; + background-repeat:repeat-x; background-position:top; background-attachment:fixed;" onload=" javascript:CreateDropdownWindow('about the site', '360px', true, 'news', 70, 75); |
