--- loncom/interface/loncommon.pm 2010/08/09 11:49:41 1.974 +++ loncom/interface/loncommon.pm 2010/08/14 04:28:21 1.976 @@ -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.976 2010/08/14 04:28:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6076,6 +6076,30 @@ 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; +} + +ol.LC_docs_parameters li:before { + content: "\\002022 \\0020"; +} + +li.LC_docs_parameters_title { + font-weight: bold; +} + +ol.LC_docs_parameters li.LC_docs_parameters_title:before { + content: ""; +} + ul#LC_secondary_menu { clear: both; color: $fontmenu;