summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-17 10:29:21 +0400
committerAndrew Dolgov <[email protected]>2013-05-17 10:29:21 +0400
commit175dd0794e132180406d008fbb510c4bb53da779 (patch)
treefdbb780c9eaf48258f1fd5299826b8a29d6785da
parent6a51939ee6d7e566bf26ed2b5b6ed56c80222cae (diff)
reduce menu label font size
-rw-r--r--tt-rss.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f1459e3c0..72bdc1d24 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1101,3 +1101,6 @@ body#ttrssPrefs hr {
max-width : 100%;
}
+.dijitMenuItemLabel {
+ font-size : 13px;
+}