1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00

fix title row style in user editor table

This commit is contained in:
Andrew Dolgov 2005-11-23 11:00:05 +01:00
parent c64d5b0316
commit 18837e9f22

View File

@ -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;