--- loncom/interface/loncommon.pm 2009/07/31 03:24:30 1.874 +++ loncom/interface/loncommon.pm 2009/08/03 16:47:53 1.875 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.874 2009/07/31 03:24:30 raeburn Exp $ +# $Id: loncommon.pm,v 1.875 2009/08/03 16:47:53 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5571,10 +5571,6 @@ table.LC_double_column tr td.LC_right_co vertical-align: top; } -span.LC_role_level { - font-weight: bold; -} - div.LC_left_float { float: left; padding-right: 5%; @@ -8557,7 +8553,7 @@ sub csv_print_select_table { my ($value,$display,$defaultcol)=@{ $array_ref }; $r->print(&start_data_table_row().''.$display.''); - $r->print(''); $r->print(''); foreach my $sample (sort({$a <=> $b} keys(%{ $samples->[0] }))) {