r113313 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113312‎ | r113313 | r113314 >
Date:22:49, 7 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
fix problems with images with custom widths
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
@@ -530,6 +530,8 @@
531531
532532 .thumb .thumbinner[style] {
533533 margin: 5px auto;
 534+ max-width: 100%;
 535+ width: auto !important;
534536 }
535537
536538 .thumb img {
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
@@ -522,6 +522,8 @@
523523
524524 .thumb .thumbinner[style] {
525525 margin: 5px auto;
 526+ max-width: 100%;
 527+ width: auto !important;
526528 }
527529
528530 .thumb img {

Status & tagging log