1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 09:51:28 +00:00

some css tweaks

This commit is contained in:
Andrew Dolgov
2010-11-16 16:17:58 +03:00
parent 296c8134c1
commit ab7a597cb8

View File

@@ -1517,8 +1517,8 @@ div.fatalError textarea {
} }
img.feedIcon, img.tinyFeedIcon { img.feedIcon, img.tinyFeedIcon {
max-width : 16px; width : 16px;
max-height : 16px; height : 16px;
} }
div#feedlistLoading { div#feedlistLoading {
@@ -1539,3 +1539,8 @@ div#pref-tabs .dijitContentPane h3 {
font-size : 14px; font-size : 14px;
font-weight : bold; font-weight : bold;
} }
/* div#feedTree {
font-size : 11px;
font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
} */