r102442 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102441‎ | r102442 | r102443 >
Date:21:08, 8 November 2011
Author:preilly
Status:deferred
Tags:
Comment:
1.18wmf1: MFT r102441
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css
@@ -109,6 +109,14 @@
110110 height: 1.4em;
111111 }
112112
 113+#footer-info ul, li {
 114+ list-style: none;
 115+ list-style-image: none;
 116+ list-style-type: none;
 117+ margin: 0;
 118+ padding: 0;
 119+}
 120+
113121 .divclearable {
114122 border: 1px solid #888;
115123 display: -moz-inline-stack;
Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php
@@ -310,7 +310,7 @@
311311 $skin = $wgUser->getSkin();
312312 $copyright = $skin->getCopyright();
313313 if ( stristr( $copyright, '<li class="noprint">' ) !== false ) {
314 - $copyright = '<ul><li>' . $copyright . '</li></ul>';
 314+ $copyright = '<ul id="footer-info"><li>' . $copyright . '</li></ul>';
315315 }
316316
317317 // Need to stash the results of the "wfMsg" call before the Output Buffering handler

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102441fix for bug 31519 - remove bullet points in footerpreilly21:06, 8 November 2011

Status & tagging log