r77064 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77063‎ | r77064 | r77065 >
Date:20:09, 20 November 2010
Author:krinkle
Status:ok
Tags:
Comment:
Vector has 'body' as portlet class (Follow-up r76880), Monobook had 'pBody', also removing redundant </div>.
* #mw-panel > div.portlet > div.body is the CSS rule, didn't work before causing the rule to hide list bullets to be ignored
* 'Unmatched </div> encountered. Ignoring tag.'-error solved
Modified paths:
  • /trunk/phase3/includes/installer/WebInstallerOutput.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstallerOutput.php
@@ -211,15 +211,13 @@
212212 title="Main Page"></a>
213213 </div>
214214 <script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
215 - <div class='portlet'><div class='pBody'>
 215+ <div class="portlet"><div class="body">
216216 <?php
217217 echo $this->parent->parse( wfMsgNoTrans( 'config-sidebar' ), true );
218218 ?>
219219 </div></div>
220220 </div>
221221
222 -</div>
223 -
224222 </body>
225223 </html>
226224 <?php

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76880Fix for r76088: if you want the Vector stylesheets you have to use the Vector...tstarling11:43, 17 November 2010

Status & tagging log