summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 07:39:57 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 07:39:57 +0100
commit07185aeab6d62ffc2b885a84fea3fe7f51d1bea1 (patch)
tree1a441227e64363533220ad238242b6d7152ce916 /tt-rss.css
parent8d727bfc0b9a528c9715465fc15718f2dd4e1cb5 (diff)
fix footer border
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f47e43634..e12fe5a07 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1474,7 +1474,7 @@ div.headlines_cdm {
padding : 10px;
width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
border-collapse : collapse;
- border-width : 1px 0px 0px 1px;
+ border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #88b0f0;