Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -214,7 +214,7 @@ |
215 | 215 | |
216 | 216 | table { |
217 | 217 | border-spacing: 0 !important; |
218 | | - width: 100%; |
| 218 | + max-width: 100%; |
219 | 219 | border-collapse: collapse !important; |
220 | 220 | border: 1px solid #cccccc; |
221 | 221 | padding: 3px; |
— | — | @@ -247,7 +247,6 @@ |
248 | 248 | } |
249 | 249 | |
250 | 250 | table[style] { |
251 | | - width: 100% !important; |
252 | 251 | float: none !important; |
253 | 252 | margin-left: 0 !important; |
254 | 253 | } |
— | — | @@ -291,6 +290,7 @@ |
292 | 291 | table td, table th { |
293 | 292 | border: 1px solid #cccccc; |
294 | 293 | padding: 3px; |
| 294 | + word-break: break-word; |
295 | 295 | } |
296 | 296 | |
297 | 297 | .mwm-message.mwm-notice { |
— | — | @@ -335,11 +335,13 @@ |
336 | 336 | |
337 | 337 | table table { |
338 | 338 | border: 0; |
| 339 | + margin-bottom: 0; |
339 | 340 | } |
340 | 341 | |
341 | 342 | table table td, |
342 | 343 | table table th { |
343 | 344 | border: 0; |
| 345 | + padding: 0; |
344 | 346 | } |
345 | 347 | |
346 | 348 | table.toc { |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -215,7 +215,7 @@ |
216 | 216 | |
217 | 217 | table { |
218 | 218 | border-spacing: 0 !important; |
219 | | - width: 100%; |
| 219 | + max-width: 100%; |
220 | 220 | border-collapse: collapse !important; |
221 | 221 | border: 1px solid #cccccc; |
222 | 222 | padding: 3px; |
— | — | @@ -248,7 +248,6 @@ |
249 | 249 | } |
250 | 250 | |
251 | 251 | table[style] { |
252 | | - width: 100% !important; |
253 | 252 | float: none !important; |
254 | 253 | margin-left: 0 !important; |
255 | 254 | } |
— | — | @@ -292,6 +291,7 @@ |
293 | 292 | table td, table th { |
294 | 293 | border: 1px solid #cccccc; |
295 | 294 | padding: 3px; |
| 295 | + word-break: break-word; |
296 | 296 | } |
297 | 297 | |
298 | 298 | .mwm-message.mwm-notice { |
— | — | @@ -336,11 +336,13 @@ |
337 | 337 | |
338 | 338 | table table { |
339 | 339 | border: 0; |
| 340 | + margin-bottom: 0; |
340 | 341 | } |
341 | 342 | |
342 | 343 | table table td, |
343 | 344 | table table th { |
344 | 345 | border: 0; |
| 346 | + padding: 0; |
345 | 347 | } |
346 | 348 | |
347 | 349 | table.toc { |