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 @@
659
659
background-color: #ddeeff;
660
660
}
661
661
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 @@
660
660
background-color: #ddeeff;
661
661
}
662
662
663
-.content_block,
664
-.section_anchors,
665
-button.section_heading.hide {
666
- display: none;
667
-}
668
-
669
663
/*
670
664
full screen search css
671
665
*/
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r111651
display sections for people without javascript (addresses #34025)...
jdlrobson
17:07, 16 February 2012
r112013
clean up css duplicate definitions...
jdlrobson
13:30, 21 February 2012
Status & tagging log
17:16, 23 February 2012
Preilly
(
talk
|
contribs
)
changed the
status
of r112121
[
removed:
new
added:
ok]