summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-22 12:43:07 +0100
committerAndrew Dolgov <[email protected]>2005-08-22 12:43:07 +0100
commit175847dee889442606adae97f844302cb027cebd (patch)
tree12f25541d305ff4eff3cf9ec727745d60744d266 /tt-rss.css
parent5d348feec2484d784c70f548c68fc07a025d95aa (diff)
mark headlines page as read now works (via rpc)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 0da8b1229..ba1d08a12 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -55,7 +55,7 @@ table.feeds td.footer {
font-size : small;
}
-table.headlines td.search {
+table.headlinesList td.search {
font-size : small;
/* border-width : 0px 0px 1px 0px;
border-color : #d0d0d0;
@@ -63,7 +63,7 @@ table.headlines td.search {
padding-bottom : 3px; */
}
-table.headlines td.title {
+table.headlinesList td.title {
font-weight : bold;
font-size : large;
border-width : 0px 0px 1px 0px;
@@ -73,9 +73,8 @@ table.headlines td.title {
padding-bottom : 3px;
}
-table.headlines td.headlineUpdated {
+table.headlinesList td.headlineUpdated {
width : 200px;
-
}
input {