r113265 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113264‎ | r113265 | r113266 >
Date:18:42, 7 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
allow user to zoom in on page

I believe this addresses bug 19921
It doesn't seem fair at all to disable zooming now
we have an elastic layout
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/beta_common.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/common.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/common.css
@@ -426,16 +426,17 @@
427427 }
428428
429429 html {
430 - font-size: 0.8em;
 430+ font-size: 100%;
431431 }
432432
433433 body {
 434+ font-size: 1em;
434435 margin: 0;
435436 line-height: 1;
436437 color: black;
437438 background: white;
438439 font-family: sans-serif;
439 - -webkit-text-size-adjust: none;
 440+ word-break: break-word;
440441 }
441442
442443 p,
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
@@ -6,15 +6,16 @@
77 }
88
99 html {
10 - font-size: 0.8em;
 10+ font-size: 80%;
1111 }
1212
1313 body {
 14+ font-size: 1em;
1415 line-height: 1;
1516 color: black;
1617 background: white;
1718 font-family: sans-serif;
18 - -webkit-text-size-adjust: none;
 19+ word-break: break-word;
1920 }
2021
2122 .clearlink {

Status & tagging log