--- loncom/interface/lonhtmlcommon.pm 2009/06/04 16:47:25 1.221 +++ loncom/interface/lonhtmlcommon.pm 2009/06/08 18:04:45 1.222 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.221 2009/06/04 16:47:25 bisitz Exp $ +# $Id: lonhtmlcommon.pm,v 1.222 2009/06/08 18:04:45 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2214,7 +2214,7 @@ sub generate_menu { push @categories, $div->($h3->(mt($$category{categorytitle}), {class=>"LC_hcell"}). $ul->(join('' ,@links), {class =>"LC_ListStyleNormal" }), - {class=>"LC_ContentBoxSpecial LC_400Box"}) if scalar(@links); + {class=>"LC_Box LC_400Box"}) if scalar(@links); } # wrap the joined @categories in another
(column layout)