Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -528,6 +528,10 @@ |
529 | 529 | margin: 5px auto; |
530 | 530 | } |
531 | 531 | |
| 532 | +.thumb img { |
| 533 | + max-width: 100% !important; |
| 534 | +} |
| 535 | + |
532 | 536 | .thumb .thumbcaption { |
533 | 537 | width: 100%; |
534 | 538 | margin: 5px 10px 0; |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -237,7 +237,6 @@ |
238 | 238 | |
239 | 239 | table { |
240 | 240 | border-spacing: 0 !important; |
241 | | - max-width: 100%; |
242 | 241 | border-collapse: collapse !important; |
243 | 242 | border: 1px solid #cccccc; |
244 | 243 | padding: 3px; |
— | — | @@ -522,6 +521,10 @@ |
523 | 522 | margin: 5px auto; |
524 | 523 | } |
525 | 524 | |
| 525 | +.thumb img { |
| 526 | + max-width: 100% !important; |
| 527 | +} |
| 528 | + |
526 | 529 | .thumb .thumbcaption { |
527 | 530 | width: 100%; |
528 | 531 | margin: 5px 10px 0; |