r76880 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r76879
|
r76880
|
r76881
>
Date:
11:43, 17 November 2010
Author:
tstarling
Status:
ok
Tags:
Comment:
Fix for
r76088
: if you want the Vector stylesheets you have to use the Vector document structure, not a mix of Vector, Monobook and JustPlainBroken.
Modified paths:
/trunk/phase3/includes/installer/WebInstallerOutput.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/installer/WebInstallerOutput.php
—
—
@@ -183,8 +183,8 @@
184
184
</head>
185
185
186
186
<?php echo Html::openElement( 'body', array( 'class' => $this->getDir() ) ) . "\n"; ?>
187
-<div id="mw-page-base">
188
-<div id="mw-head-base">
187
+<div id="mw-page-base"></div>
188
+<div id="mw-head-base"></div>
189
189
<div id="content">
190
190
<div id="bodyContent">
191
191
—
—
@@ -201,10 +201,10 @@
202
202
}
203
203
?>
204
204
205
-</div></div></div>
205
+</div></div>
206
206
207
207
208
-<div id="column-one">
208
+<div id="mw-panel">
209
209
<div class="portlet" id="p-logo">
210
210
<a style="background-image: url(../skins/common/images/mediawiki.png);"
211
211
href="http://www.mediawiki.org/"
Follow-up revisions
Revision
Commit summary
Author
Date
r77064
Vector has 'body' as portlet class (Follow-up
r76880
), Monobook had 'pBody', ...
krinkle
20:09, 20 November 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r76088
Dynamically generate CSS (using vector now). Handles RTL/LTR flip properly \o...
demon
13:14, 5 November 2010
Status & tagging log
14:14, 17 November 2010
😂
(
talk
|
contribs
)
changed the
status
of r76880
[
removed:
new
added:
ok]