summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-23 11:00:05 +0100
committerAndrew Dolgov <[email protected]>2005-11-23 11:00:05 +0100
commit18837e9f226a48e79f97e6cbafdf0fb0e2a47970 (patch)
tree0a2919b501b0a38f202c4813a4cfd64f0329ef8d /tt-rss.css
parentc64d5b0316cac32e8a2b4b57d05ae47c9313331b (diff)
fix title row style in user editor table
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 88dde2efb..20e4d546c 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -415,7 +415,8 @@ input {
table.prefFeedList tr.title td, table.prefFilterList tr.title td,
table.headlinesList tr.title td, table.prefLabelList tr.title td,
table.prefPrefsList tr.title td,
- table.prefFeedCatList tr.title td {
+ table.prefFeedCatList tr.title td,
+ table.prefUserList tr.title td {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;