summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-29 12:41:33 +0100
committerAndrew Dolgov <[email protected]>2007-04-29 12:41:33 +0100
commit283dee70c826b8b41fad4e1e206466170a7f568f (patch)
tree3ba32199c4132c2d483d13dbe2b85f0f3c83c72c /tt-rss.css
parent46c1d541c418ac2e87c7cc56128643a9cf18d2ff (diff)
fix width of headlinesList
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3fbccc010..a12736b7d 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -740,6 +740,10 @@ span.contentPreview:hover {
color : #4684ff;
}
+table.headlinesList {
+ width : 100%;
+}
+
table.headlinesList td.hlMarkedPic {
width : 25px;
text-align : center;