summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-16 16:17:58 +0300
committerAndrew Dolgov <[email protected]>2010-11-16 16:17:58 +0300
commitab7a597cb89a239edd6521d34c6b88fc648617a3 (patch)
tree3c4bbed3b4d228ca166fca942fe49b97e568d2b7 /tt-rss.css
parent296c8134c1322ba51080732e7e9366b4cef47013 (diff)
some css tweaks
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f1a731639..32a7fb294 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1517,8 +1517,8 @@ div.fatalError textarea {
}
img.feedIcon, img.tinyFeedIcon {
- max-width : 16px;
- max-height : 16px;
+ width : 16px;
+ height : 16px;
}
div#feedlistLoading {
@@ -1539,3 +1539,8 @@ div#pref-tabs .dijitContentPane h3 {
font-size : 14px;
font-weight : bold;
}
+
+/* div#feedTree {
+ font-size : 11px;
+ font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
+} */