summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-13 07:54:36 +0100
committerAndrew Dolgov <[email protected]>2005-12-13 07:54:36 +0100
commit06300301c043378e18d27e2f43b0bdb0d32ca9a4 (patch)
tree03e0b0af88d5b5652d3e9878037d3296738809b1
parent30ccc2f1cfee1d3c674c3685e504a34e27da17b0 (diff)
misc combined mode layout fixes
-rw-r--r--tt-rss.css2
-rw-r--r--tt-rss.php6
2 files changed, 6 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f683d85be..9f0b85874 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -79,7 +79,7 @@ table.main td.headlines {
table.main td.headlines2 {
height : 100%;
- border-width : 0px 0px 1px 1px;
+ border-width : 0px 0px 0px 1px;
border-style : solid;
border-color : #c0c0c0;
}
diff --git a/tt-rss.php b/tt-rss.php
index 13c2b17c5..069293590 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -79,7 +79,11 @@
</td></tr>
<? } ?>
<tr>
- <td valign="top" rowspan="3" class="feeds">
+ <? if (get_pref($link, 'COMBINED_DISPLAY_MODE'))
+ $feeds_rowspan = 2;
+ else
+ $feeds_rowspan = 3; ?>
+ <td valign="top" rowspan="<?= $feeds_rowspan ?>" class="feeds">
<table class="innerFeedTable"
cellspacing="0" cellpadding="0" height="100%" width="100%">
<tr><td>