Index: trunk/phase3/skins/monobook/IE70Fixes.css |
— | — | @@ -9,13 +9,13 @@ |
10 | 10 | height: 1%; |
11 | 11 | } |
12 | 12 | |
13 | | -html.rtl #column-one { |
| 13 | +.rtl #column-one { |
14 | 14 | /* For some reason it tries to inherit the padding-top into every div, |
15 | 15 | * and I can't figure out how to get it back off. |
16 | 16 | */ |
17 | 17 | padding-top: 0; |
18 | 18 | } |
19 | | -html.rtl #column-one #p-navigation { |
| 19 | +.rtl #column-one #p-navigation { |
20 | 20 | margin-top: 160px; |
21 | 21 | } |
22 | 22 | |
Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | wfSuppressWarnings(); |
53 | 53 | |
54 | 54 | ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
55 | | -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php $this->text('lang') ?>" lang="<?php $this->text('lang') ?>" dir="<?php $this->text('dir') ?>" class="<?php $this->text('dir') ?>"> |
| 55 | +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php $this->text('lang') ?>" lang="<?php $this->text('lang') ?>" dir="<?php $this->text('dir') ?>"> |
56 | 56 | <head> |
57 | 57 | <meta http-equiv="Content-Type" content="<?php $this->text('mimetype') ?>; charset=<?php $this->text('charset') ?>" /> |
58 | 58 | <?php $this->html('headlinks') ?> |
— | — | @@ -62,7 +62,7 @@ |
63 | 63 | <!--[if lt IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE50Fixes.css";</style><![endif]--> |
64 | 64 | <!--[if IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE55Fixes.css";</style><![endif]--> |
65 | 65 | <!--[if IE 6]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE60Fixes.css";</style><![endif]--> |
66 | | - <!--[if IE 7]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE70Fixes.css";</style><![endif]--> |
| 66 | + <!--[if IE 7]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE70Fixes.css?1";</style><![endif]--> |
67 | 67 | <!--[if lt IE 7]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script> |
68 | 68 | <meta http-equiv="imagetoolbar" content="no" /><![endif]--> |
69 | 69 | <?php if($this->data['jsvarurl' ]) { ?> |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | </head> |
87 | 87 | <body <?php if($this->data['body_ondblclick']) { ?>ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?> |
88 | 88 | <?php if($this->data['body_onload' ]) { ?>onload="<?php $this->text('body_onload') ?>"<?php } ?> |
89 | | -<?php if($this->data['nsclass' ]) { ?>class="<?php $this->text('nsclass') ?>"<?php } ?>> |
| 89 | + class="<?php $this->text('nsclass') ?> <?php $this->text('dir') ?>"> |
90 | 90 | <div id="globalWrapper"> |
91 | 91 | <div id="column-content"> |
92 | 92 | <div id="content"> |