diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-29 19:29:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-29 19:29:59 +0000 |
| commit | ea3e947ab65fc3fb7a4b8f476ddf102fb2813139 (patch) | |
| tree | 7695cb771b0cee7b1f04b4bd9c5b03f8fb881d2f /plugins/help/skins/default/templates | |
| parent | 825b67562553bd2bc96cbaf69ec5322b7da721a8 (diff) | |
- css fixes
git-svn-id: https://svn.roundcube.net/trunk@3790 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/help/skins/default/templates')
| -rw-r--r-- | plugins/help/skins/default/templates/help.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/help/skins/default/templates/help.html b/plugins/help/skins/default/templates/help.html index a44a70168..42f1a4a93 100644 --- a/plugins/help/skins/default/templates/help.html +++ b/plugins/help/skins/default/templates/help.html @@ -30,11 +30,9 @@ function help_init_settings_tabs() <script type="text/javascript"> if (window.rcmail) rcmail.add_onload(help_init_settings_tabs);</script> </div> -<div id="help-box"> +<div id="mainscreen" class="box help-box"> <roundcube:object name="helpcontent" id="helpcontentframe" width="100%" height="100%" frameborder="0" src="/watermark.html" /> </div> -<div id="rcmversion"><roundcube:object name="productname" /> <roundcube:object name="version" /></div> - </body> </html> |
