summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-10 20:35:09 +0100
committerAndrew Dolgov <[email protected]>2005-12-10 20:35:09 +0100
commit0ea4fb50963cd443e06ef77fb0d193335575e51b (patch)
treeeb42f93ff3137cbf9ee8c4eb2da4ae50dea42d7d /tt-rss.css
parent4663f9c6503db2cc9817e52676163b1cb025a8b6 (diff)
prefs: rework categorized feed list, boxed feed editor instead of inline
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 05a2bde01..a7a512760 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -451,6 +451,14 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
border-style : solid;
+ font-size : x-small;
+}
+
+table.prefFeedList td.feedEditCat {
+ font-size : large;
+ font-weight : bold;
+ color : black;
+ padding : 5px 0px 5px 0px;
}
a.helpLink {