]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12209 - fix css errors, merged from MOODLE_19_STABLE
authorpoltawski <poltawski>
Thu, 27 Dec 2007 15:40:32 +0000 (15:40 +0000)
committerpoltawski <poltawski>
Thu, 27 Dec 2007 15:40:32 +0000 (15:40 +0000)
theme/index.php

index d38dc6f436a1ddf8958d4a1896da000c4440d646..59446846b806674b8b7083b37f2876be9ee6314b 100644 (file)
         }
 
         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) {