diff options
Diffstat (limited to 'template/help.st')
| -rwxr-xr-x | template/help.st | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/template/help.st b/template/help.st index e38bab7..52b216b 100755 --- a/template/help.st +++ b/template/help.st @@ -1,7 +1,7 @@ <html> <head> - <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen"/> - <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen"/> + <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen"/> + <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen"/> <script type="text/javascript" src="/static/js/win.js"></script> <script type="text/javascript"> @@ -17,12 +17,7 @@ jQuery(function() <title>dump.fm</title> $head()$ </head> - <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=" + <body class="profile" onload=" javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 30, 115); javascript:CreateDropdownWindow('frequently asked questions', '520px', true, 'archive', 440, 60); |
