summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-10 21:06:41 +0100
committerAndrew Dolgov <[email protected]>2005-12-10 21:06:41 +0100
commit327a3bbe1a175888e1289ece51d492039018d74c (patch)
treea2fe50f2057332c3cf88c45a09d29b2ef0d4691f /tt-rss.css
parent841fe9a17e5cf2c6695f56de495e88701c6b2cb8 (diff)
prefs: further feedlist tweaks (3)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e0fb23d3f..e4954035c 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
}