--- loncom/interface/loncommon.pm 2010/08/14 00:00:29 1.975 +++ 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.975 2010/08/14 00:00:29 raeburn Exp $ +# $Id: loncommon.pm,v 1.976 2010/08/14 04:28:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6088,6 +6088,18 @@ ol.LC_docs_parameters li { 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;