From: Andrew Dolgov Date: Wed, 23 Nov 2005 10:00:05 +0000 (+0100) Subject: fix title row style in user editor table X-Git-Tag: schema_feature_freeze_for_1.1~125 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=18837e9f226a48e79f97e6cbafdf0fb0e2a47970;p=tt-rss.git fix title row style in user editor table --- diff --git a/tt-rss.css b/tt-rss.css index 88dde2ef..20e4d546 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;