From 18837e9f226a48e79f97e6cbafdf0fb0e2a47970 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Nov 2005 11:00:05 +0100 Subject: fix title row style in user editor table --- tt-rss.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tt-rss.css') 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; -- cgit v1.2.3