Added "mediawiki" class to the <body> tag, to better support user stylesheets set...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 19 Aug 2006 03:03:08 +0000 (03:03 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 19 Aug 2006 03:03:08 +0000 (03:03 +0000)
skins/MonoBook.php

index 2bac99a..230308c 100644 (file)
@@ -89,7 +89,7 @@ class MonoBookTemplate extends QuickTemplate {
        </head>
 <body <?php if($this->data['body_ondblclick']) { ?>ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?>
 <?php if($this->data['body_onload'    ]) { ?>onload="<?php     $this->text('body_onload')     ?>"<?php } ?>
- class="<?php $this->text('nsclass') ?> <?php $this->text('dir') ?>">
+ class="mediawiki <?php $this->text('nsclass') ?> <?php $this->text('dir') ?>">
        <div id="globalWrapper">
                <div id="column-content">
        <div id="content">