diff options
Diffstat (limited to 'template/help.st')
| -rwxr-xr-x | template/help.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/help.st b/template/help.st index 52b216b..f94c536 100755 --- a/template/help.st +++ b/template/help.st @@ -30,7 +30,7 @@ jQuery(function() - <div style="overflow:hidden; height:600px; position:absolute;display:none;" id="news"> + <div id="news" class="is-hidden" style="overflow:hidden; height:600px; position:absolute;"> <div style="padding:0px;" id="content" name="content"> <div style="background-color:#fff"><center> <img src="/static/img/dumpclouds.png"><br><br> <h5> @@ -39,14 +39,14 @@ jQuery(function() </center><br></div></h5> </div></div> - <div style="display:none;"id="archive"> + <div id="archive" class="is-hidden"> <div style="padding:0px" id="content" name="content"> <iframe src="/static/html/help.html" style="overflow-x:hidden; padding:5;background-image:url(/static/img/hearts.gif);background-repeat:repeat;" width="510px" height="500px"name="iframe"></iframe> </div> </div> - <div style="display:none;"id="link"> + <div id="link" class="is-hidden"> <div id="content" name="content"> |
