summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-26 04:41:45 +0100
committerAndrew Dolgov <[email protected]>2005-08-26 04:41:45 +0100
commitd5caaae569123e62240910c53e8bfcbf4162fad6 (patch)
treef3bc97a286b6d50c7147c00d7c02027454187e17 /tt-rss.css
parent126682c10d3b7059f37eabe297ca6e2d2f932dca (diff)
make feedlist use smaller font
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 74f328925..8c16790eb 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -46,6 +46,10 @@ td.headlineToolbar {
padding-top : 10px;
}
+table.feeds {
+ font-size : small;
+}
+
table.feeds td.footer {
font-weight : bold;
border-width : 1px 0px 0px 0px;
@@ -257,6 +261,7 @@ table.prefFeedList tr.title td {
}
a.disabledButton {
+ font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-color : white;
color : #909090;
@@ -271,6 +276,7 @@ a.disabledButton:hover {
}
a.button {
+ font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
background-position : top;
@@ -288,6 +294,7 @@ a.button:hover {
}
a.buttonWarn {
+ font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
background-position : top;