1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

normalize various font sizes and families between prefs & main UI

change some dialogs layout a bit to maybe become more readable
This commit is contained in:
Andrew Dolgov
2018-12-04 15:22:22 +03:00
parent 7d3b5f2abd
commit 31e79317b3
8 changed files with 77 additions and 42 deletions

View File

@@ -19,7 +19,7 @@ class Bookmarklets extends Plugin {
print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Bookmarklets')."\">";
print "<p>" . __("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it.") . "</p>";
print __("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it.");
$bm_subscribe_url = str_replace('%s', '', Pref_Feeds::subscribe_to_feed_url());