r113294 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113293‎ | r113294 | r113295 >
Date:21:00, 7 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
also override width with auto

follow up to r113293
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,7 @@
531531
532532 .thumb img {
533533 max-width: 100% !important;
 534+ width: auto !important;
534535 }
535536
536537 .thumb .thumbcaption {
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
@@ -523,6 +523,7 @@
524524
525525 .thumb img {
526526 max-width: 100% !important;
 527+ width: auto !important
527528 }
528529
529530 .thumb .thumbcaption {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113293force maximum width on imagesjdlrobson20:56, 7 March 2012

Status & tagging log