summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-28 13:53:11 +0100
committerAndrew Dolgov <[email protected]>2006-09-28 13:53:11 +0100
commit9251df443c9c1e936d84156517d6474b5cba64e2 (patch)
tree2994640d7cdbbcb66e7253319d6144cabc394167 /tt-rss.php
parent5b064721380789d41d9063ce4da1e9f453db125a (diff)
layout tweaks, enable hotkeys
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 8a893b77d..94274bb51 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -203,10 +203,10 @@ window.onload = init;
</div>
<?php if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
- <div id="headlines-frame" class="headlines_normal">&nbsp;</div>
+ <div id="headlines-frame" class="headlines_normal"><div class="whiteBox">&nbsp;</div></div>
<div id="content-frame">&nbsp;</div>
<?php } else { ?>
- <div id="headlines-frame" class="headlines_cdm">&nbsp;</div>
+ <div id="headlines-frame" class="headlines_cdm"><div class="whiteBox">&nbsp;</div></div>
<?php } ?>
<?php if (get_pref($link, 'DISPLAY_FOOTER')) { ?>