]> git.mjollnir.org Git - moodle.git/commitdiff
Font size tweaks
authormoodler <moodler>
Mon, 9 Dec 2002 13:40:18 +0000 (13:40 +0000)
committermoodler <moodler>
Mon, 9 Dec 2002 13:40:18 +0000 (13:40 +0000)
course/topics.php
course/weeks.php

index 967993039a933c965194741fb504d416609d310d..1668f361b811e4838eceebd2c199ac121346f812 100644 (file)
 
         if ($news) {
             print_side_block_start(get_string("latestnews"), 210, "sideblocklatestnews");
-            echo "<FONT SIZE=\"-1\">";
+            echo "<FONT SIZE=\"-2\">";
             forum_print_latest_discussions($news->id, $course->newsitems, "minimal", "DESC", false);
             echo "</FONT>";
             print_side_block_end();
index cdc840a909d3eb28adea138e9fd7c7726eddc860..a451a6494f9ef87c1e9e24419cf1f2607fb92d66 100644 (file)
 
         if ($news) {
             print_side_block_start(get_string("latestnews"), 210, "sideblocklatestnews");
-            echo "<FONT SIZE=\"-1\">";
+            echo "<FONT SIZE=\"-2\">";
             forum_print_latest_discussions($news->id, $course->newsitems, "minimal", "DESC", false);
             echo "</FONT>";
             print_side_block_end();