--- loncom/interface/loncommon.pm 2010/08/09 11:49:41 1.974 +++ loncom/interface/loncommon.pm 2010/08/14 00:00:29 1.975 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.974 2010/08/09 11:49:41 wenzelju Exp $ +# $Id: loncommon.pm,v 1.975 2010/08/14 00:00:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6076,6 +6076,18 @@ ol.LC_primary_menu a.LC_new_message { color: darkred; } +ol.LC_docs_parameters { + margin-left: 0; + padding: 0; + list-style: none; +} + +ol.LC_docs_parameters li { + margin: 0; + padding-right: 20px; + display: inline; +} + ul#LC_secondary_menu { clear: both; color: $fontmenu;