--- loncom/interface/loncommon.pm 2009/08/14 08:37:53 1.692.4.12 +++ loncom/interface/loncommon.pm 2009/08/14 17:08:48 1.692.4.13 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.692.4.12 2009/08/14 08:37:53 raeburn Exp $ +# $Id: loncommon.pm,v 1.692.4.13 2009/08/14 17:08:48 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4634,7 +4634,7 @@ sub standard_css { my $sans = 'Verdana,Arial,Helvetica,sans-serif'; my $mono = 'monospace'; - my $data_table_head = $sidebg; + my $data_table_head = $tabbg; my $data_table_light = '#FAFAFA'; my $data_table_dark = '#F0F0F0'; my $data_table_darker = '#CCCCCC';