r112121 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112120‎ | r112121 | r112122 >
Date:17:34, 22 February 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
fix regression in javascript disabled view

remove definitions introduced by r112013
these prevent the goodness introduced by r111651
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
@@ -658,8 +658,3 @@
659659 background-color: #ddeeff;
660660 }
661661
662 -.content_block,
663 -.section_anchors,
664 -button.section_heading.hide {
665 - display: none;
666 -}
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
@@ -659,12 +659,6 @@
660660 background-color: #ddeeff;
661661 }
662662
663 -.content_block,
664 -.section_anchors,
665 -button.section_heading.hide {
666 - display: none;
667 -}
668 -
669663 /*
670664 full screen search css
671665 */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111651display sections for people without javascript (addresses #34025)...jdlrobson17:07, 16 February 2012
r112013clean up css duplicate definitions...jdlrobson13:30, 21 February 2012

Status & tagging log