Font size tweaks

This commit is contained in:
moodler
2002-12-09 13:40:18 +00:00
parent 7541bc3e87
commit 1d43ffdeab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -210,7 +210,7 @@
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();
+1 -1
View File
@@ -203,7 +203,7 @@
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();