Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -530,6 +530,8 @@ |
531 | 531 | |
532 | 532 | .thumb .thumbinner[style] { |
533 | 533 | margin: 5px auto; |
| 534 | + max-width: 100%; |
| 535 | + width: auto !important; |
534 | 536 | } |
535 | 537 | |
536 | 538 | .thumb img { |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -522,6 +522,8 @@ |
523 | 523 | |
524 | 524 | .thumb .thumbinner[style] { |
525 | 525 | margin: 5px auto; |
| 526 | + max-width: 100%; |
| 527 | + width: auto !important; |
526 | 528 | } |
527 | 529 | |
528 | 530 | .thumb img { |