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 @@
427
427
}
428
428
429
429
html {
430
- font-size: 0.8em;
430
+ font-size: 100%;
431
431
}
432
432
433
433
body {
434
+ font-size: 1em;
434
435
margin: 0;
435
436
line-height: 1;
436
437
color: black;
437
438
background: white;
438
439
font-family: sans-serif;
439
- -webkit-text-size-adjust: none;
440
+ word-break: break-word;
440
441
}
441
442
442
443
p,
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
—
—
@@ -6,15 +6,16 @@
7
7
}
8
8
9
9
html {
10
- font-size: 0.8em;
10
+ font-size: 80%;
11
11
}
12
12
13
13
body {
14
+ font-size: 1em;
14
15
line-height: 1;
15
16
color: black;
16
17
background: white;
17
18
font-family: sans-serif;
18
- -webkit-text-size-adjust: none;
19
+ word-break: break-word;
19
20
}
20
21
21
22
.clearlink {
Status & tagging log
18:59, 7 March 2012
Preilly
(
talk
|
contribs
)
changed the
status
of r113265
[
removed:
new
added:
ok]