]> git.wh0rd.org - tt-rss.git/commitdiff
fix width of headlinesList
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 29 Apr 2007 11:41:33 +0000 (12:41 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 29 Apr 2007 11:41:33 +0000 (12:41 +0100)
ie6.css
tt-rss.css

diff --git a/ie6.css b/ie6.css
index 05264ad38455284dd84be187680ef561269eab16..91fcb599da516d1b2667a97bbd4cf7b6f8aa40fd 100644 (file)
--- a/ie6.css
+++ b/ie6.css
@@ -15,3 +15,4 @@ div.headlines_cdm {
        overflow : auto;
 }
 
+
index 3fbccc010401f29cf9d52ecd3b449f1bca78b790..a12736b7d5ae7b8a7816a07819ed5200fcf61956 100644 (file)
@@ -740,6 +740,10 @@ span.contentPreview:hover {
        color : #4684ff;
 }
 
+table.headlinesList {
+       width : 100%;
+}
+
 table.headlinesList td.hlMarkedPic {
        width : 25px;
        text-align : center;