diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-09-08 16:58:01 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-09-08 16:58:01 +0100 |
| commit | 90cd2ea5a15ed9750e4439097120d42c20a74976 (patch) | |
| tree | 08f80966a4300d96e8191d17de62ace0448c03a9 | |
| parent | d6f55ce80066e7f48389eed6169c1d8360fd1f4d (diff) | |
fix style of label editor table header
| -rw-r--r-- | tt-rss.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css index cb2fdc51b..d24197c15 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -324,7 +324,7 @@ table.prefAddFeed input { } table.prefFeedList tr.title td, table.prefFilterList tr.title td, - table.headlinesList tr.title td { + table.headlinesList tr.title td, table.prefLabelList tr.title td { font-weight : bold; border-width : 0px 0px 1px 0px; border-color : #f0f0f0; |