--- loncom/interface/loncommon.pm 2009/06/03 17:13:22 1.837 +++ loncom/interface/loncommon.pm 2009/06/05 12:49:50 1.838 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.837 2009/06/03 17:13:22 bisitz Exp $ +# $Id: loncommon.pm,v 1.838 2009/06/05 12:49:50 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5190,7 +5190,6 @@ table#LC_helpmenu { table#LC_helpmenu fieldset legend { font-size: larger; - font-weight: bold; } table#LC_helpmenu_links { @@ -5855,6 +5854,11 @@ dl,ul,div,fieldset { /* overflow: hidden; */ } +fieldset > legend { + font-weight: bold; + padding: 0 5px 0 5px; +} + #LC_nav_bar { float: left; margin: 0;