--- loncom/interface/loncommon.pm 2006/10/12 18:17:57 1.463 +++ loncom/interface/loncommon.pm 2006/10/13 22:03:26 1.465 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.463 2006/10/12 18:17:57 albertel Exp $ +# $Id: loncommon.pm,v 1.465 2006/10/13 22:03:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3388,6 +3388,10 @@ table.LC_whatsnew tr.LC_empty_row td { text-align: center; padding: 8px; } +table.LC_whatsnew tr.LC_empty_row td { + padding: 4ex +} + table.LC_whatsnew { } @@ -3728,6 +3732,7 @@ Inputs: $title - optional title for the bgcolor -> override the default page bgcolor no_auto_mt_title -> prevent &mt()ing the title arg + =back =cut @@ -4676,7 +4681,7 @@ sub get_env_multiple { =pod -=back +=back =head1 CSV Upload/Handling functions