--- loncom/interface/loncommon.pm 2006/07/07 20:31:08 1.426 +++ loncom/interface/loncommon.pm 2006/07/14 17:23:49 1.428 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.426 2006/07/07 20:31:08 albertel Exp $ +# $Id: loncommon.pm,v 1.428 2006/07/14 17:23:49 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3178,7 +3178,7 @@ table#LC_title_bar td { table#LC_title_bar td.LC_title_bar_who { background: $tabbg; color: $font; - font: medium $sans; + font: small $sans; text-align: right; } span.LC_title_bar_title { @@ -3966,7 +3966,7 @@ sub simple_error_page { my ($add_class) = @_; $row_count++; my $css_class = ($row_count % 2)?'':'LC_even_row'; - my $css_class = (join(' ',$css_class,$add_class)); + $css_class = (join(' ',$css_class,$add_class)); return ''."\n";; }