Minor touches to notice() padding
authormoodler <moodler>
Mon, 5 May 2003 12:25:08 +0000 (12:25 +0000)
committermoodler <moodler>
Mon, 5 May 2003 12:25:08 +0000 (12:25 +0000)
lib/weblib.php

index 59b8ae476e05faea014aa4b43a34bb8ba32a1179..53ddbcd27866cc30b0d1f8ad4c8c899a3d9a4645 100644 (file)
@@ -1188,7 +1188,7 @@ function notice ($message, $link="") {
     }
 
     echo "<br>";
-    print_simple_box($message, "center", "50%", "$THEME->cellheading", "", "noticebox");
+    print_simple_box($message, "center", "50%", "$THEME->cellheading", "20", "noticebox");
     print_heading("<a href=\"$link\">".get_string("continue")."</a>");
     print_footer(get_site());
     die;