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 @@
531
531
532
532
.thumb img {
533
533
max-width: 100% !important;
534
+ width: auto !important;
534
535
}
535
536
536
537
.thumb .thumbcaption {
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
—
—
@@ -523,6 +523,7 @@
524
524
525
525
.thumb img {
526
526
max-width: 100% !important;
527
+ width: auto !important
527
528
}
528
529
529
530
.thumb .thumbcaption {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r113293
force maximum width on images
jdlrobson
20:56, 7 March 2012
Status & tagging log
21:34, 7 March 2012
Preilly
(
talk
|
contribs
)
changed the
status
of r113294
[
removed:
new
added:
ok]