MDL-12209 - fix css errors, merged from MOODLE_19_STABLE
This commit is contained in:
+3
-3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user