1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 13:11:29 +00:00

prefs: further feedlist tweaks (3)

This commit is contained in:
Andrew Dolgov
2005-12-10 21:06:41 +01:00
parent 841fe9a17e
commit 327a3bbe1a
3 changed files with 13 additions and 17 deletions

View File

@@ -238,6 +238,7 @@ ul.feedList img, img.tinyFeedIcon {
margin : 0px 3px 0px 0px;
width : 16px;
height : 16px;
border-width : 0px;
}
h1 {
@@ -442,11 +443,7 @@ input {
/* preferences */
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.prefUserList tr.title td {
tr.title td {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
@@ -454,10 +451,10 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
font-size : x-small;
}
table.prefFeedList td.feedEditCat {
font-size : large;
font-weight : bold;
color : black;
padding : 5px 0px 5px 0px;
}