summaryrefslogtreecommitdiff
path: root/wikipedia/views
diff options
context:
space:
mode:
authorPatrick Ward <patrick@endlessm.com>2014-01-09 16:28:49 -0800
committerPatrick Ward <patrick@endlessm.com>2014-01-16 15:55:12 -0800
commitc38abe7fdaf8b92681261d8be08a69adbb82ac25 (patch)
treec10da2e39a099a9047e013ec073609b06381a1a7 /wikipedia/views
parent7844fc96bbf1d446923fc4e6cd1b3981104e6b0a (diff)
Update Wikipedia CSS to resize font size
Updated the Wikipedia CSS for domain-specific Wikipedia apps to automatically resize fonts using em. [endlessm/eos-sdk#468]
Diffstat (limited to 'wikipedia/views')
-rw-r--r--wikipedia/views/domain_wiki_view.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/wikipedia/views/domain_wiki_view.js b/wikipedia/views/domain_wiki_view.js
index a238f6b..a1de76e 100644
--- a/wikipedia/views/domain_wiki_view.js
+++ b/wikipedia/views/domain_wiki_view.js
@@ -29,7 +29,8 @@ const DomainWikiView = new Lang.Class({
this._presenter = null;
this._window = new Endless.Window({
- application: application
+ 'application': application,
+ 'font-scaling-active': true
});
// These need to be called first