Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -127,7 +127,7 @@ |
128 | 128 | margin-top: 3.5em; |
129 | 129 | } |
130 | 130 | |
131 | | -#mw_clear { |
| 131 | +div.mw_clear { |
132 | 132 | margin: 0 0 0 0; |
133 | 133 | padding: 0 0 0 0; |
134 | 134 | clear: both; |
Index: trunk/phase3/skins/Modern.php |
— | — | @@ -124,7 +124,7 @@ |
125 | 125 | <?php if($this->data['showjumplinks']) { ?><div id="jump-to-nav"><?php $this->msg('jumpto') ?> <a href="#column-one"><?php $this->msg('jumptonavigation') ?></a>, <a href="#searchInput"><?php $this->msg('jumptosearch') ?></a></div><?php } ?> |
126 | 126 | |
127 | 127 | <?php $this->html('bodytext') ?> |
128 | | - <div id='mw_clear'></div> |
| 128 | + <div class='mw_clear'></div> |
129 | 129 | <?php if($this->data['catlinks']) { ?><div id="catlinks"><?php $this->html('catlinks') ?></div><?php } ?> |
130 | 130 | </div><!-- mw_contentholder --> |
131 | 131 | </div><!-- mw_content --> |
— | — | @@ -236,7 +236,7 @@ |
237 | 237 | |
238 | 238 | </div><!-- main --> |
239 | 239 | |
240 | | - <div id="mw_clear"></div> |
| 240 | + <div class="mw_clear"></div> |
241 | 241 | |
242 | 242 | <!-- personal portlet --> |
243 | 243 | <div class="portlet" id="p-personal"> |