summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 06:17:49 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 06:17:49 +0100
commitec92c9d1461b860856a14bb7df6668a6eea60ba5 (patch)
tree5dc23c54bf61ea2039f7979969f700a4a89f67c8 /tt-rss.php
parent3a391f67209b4bba72acfc23ad8943da8668722b (diff)
shamelessly round the hotkey popup help corners
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 1f0e6d4ab..972aebb67 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -82,8 +82,10 @@
</div>
</div>
-<div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)">
+<div id="hotkey_help_overlay" style="display : block" onclick="Element.hide(this)">
+ <?php rounded_table_start("hho"); ?>
<?php include "help/3.php" ?>
+ <?php rounded_table_end(); ?>
</div>
<div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>