MDL-12209 - fix css errors, merged from MOODLE_19_STABLE

This commit is contained in:
poltawski 2007-12-27 15:40:32 +00:00
parent 47d1ec41ce
commit 774b7e8e75

View File

@ -107,15 +107,15 @@
}
if ($CFG->theme == $theme) {
echo "\t\t" . '<td valign="top" style="border-style:solid; border-width:1px; border-color=#555555">'."\n";
echo "\t\t" . '<td valign="top" style="border-style:solid; border-width:1px; border-color:#555555">'."\n";
} else {
echo "\t\t" . '<td valign="top">'."\n";
}
if (isset($THEME->sheets)) {
echo "\t\t\t" . '<p style="font-size:1.5em;font-style:bold;">'.$theme.'</p>'."\n";
echo "\t\t\t" . '<p style="font-size:1.5em;font-weight:bold;">'.$theme.'</p>'."\n";
} else {
echo "\t\t\t" . '<p style="font-size:1.5em;font-style:bold;color:red;">'.$theme.' (Moodle 1.4)</p>'."\n";
echo "\t\t\t" . '<p style="font-size:1.5em;font-weight:bold;color:red;">'.$theme.' (Moodle 1.4)</p>'."\n";
}
if ($screenshot or $readme) {