Additional fix for MDL-25786, use of #header in theme Magazine

This commit is contained in:
stabijoh 2011-03-09 09:35:42 -05:00
parent c09604234a
commit cea5d97b4c
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ echo $OUTPUT->doctype() ?>
<!-- start of header -->
<div id="header-wrap">
<div id="header-container">
<div id="header">
<div id="headerinner">
<div id="headleft">
</div>

View File

@ -37,7 +37,7 @@ echo $OUTPUT->doctype() ?>
<!-- start of header -->
<div id="header-wrap">
<div id="header-container">
<div id="header">
<div id="headerinner">
<div id="headleft">
<?php if ($hasheading && !empty($PAGE->theme->settings->logo)) {

View File

@ -36,7 +36,7 @@ a:focus {
width: 100%;
}
div#header {
div#headerinner {
width: 91%;
min-width: 910px;
height: 30px;