Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -266,6 +266,7 @@ |
267 | 267 | table[style] { |
268 | 268 | float: none !important; |
269 | 269 | margin-left: 0 !important; |
| 270 | + width: 100% !important; |
270 | 271 | } |
271 | 272 | |
272 | 273 | table.navbox td.navbox-group { |
— | — | @@ -308,9 +309,12 @@ |
309 | 310 | table th { |
310 | 311 | border: 1px solid #cccccc; |
311 | 312 | padding: 3px; |
312 | | - word-break: break-word; |
313 | 313 | } |
314 | 314 | |
| 315 | +table th { |
| 316 | + word-break: normal; |
| 317 | +} |
| 318 | + |
315 | 319 | .mwm-message.mwm-notice { |
316 | 320 | background: #FFFFFF; |
317 | 321 | font-size: 1.1em; |
— | — | @@ -427,7 +431,7 @@ |
428 | 432 | } |
429 | 433 | |
430 | 434 | body { |
431 | | - font-size: 1em; |
| 435 | + font-size: 0.8em; |
432 | 436 | margin: 0; |
433 | 437 | line-height: 1; |
434 | 438 | color: black; |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | } |
12 | 12 | |
13 | 13 | body { |
14 | | - font-size: 1em; |
| 14 | + font-size: 0.8em; |
15 | 15 | line-height: 1; |
16 | 16 | color: black; |
17 | 17 | background: white; |
— | — | @@ -314,9 +314,12 @@ |
315 | 315 | table th { |
316 | 316 | border: 1px solid #cccccc; |
317 | 317 | padding: 3px; |
318 | | - word-break: break-word; |
319 | 318 | } |
320 | 319 | |
| 320 | +table th { |
| 321 | + word-break: normal; |
| 322 | +} |
| 323 | + |
321 | 324 | .mwm-message.mwm-notice { |
322 | 325 | background: #FFFFFF; |
323 | 326 | font-size: 1.1em; |