--- loncom/interface/loncommon.pm 2009/12/03 17:15:37 1.924 +++ loncom/interface/loncommon.pm 2009/12/03 17:50:42 1.925 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.924 2009/12/03 17:15:37 bisitz Exp $ +# $Id: loncommon.pm,v 1.925 2009/12/03 17:50:42 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5628,12 +5628,12 @@ span.LC_prior_string, span.LC_prior_custom, span.LC_prior_reaction, span.LC_prior_math { - font-family: monospace; + font-family: $mono; white-space: pre; } span.LC_prior_string { - font-family: monospace; + font-family: $mono; white-space: pre; } @@ -6321,11 +6321,6 @@ table.LC_tableOfContent a { text-decoration: none; } -table.LC_tableBrowseRes tr.LC_trOdd, -table.LC_tableOfContent tr.LC_trOdd { - background-color: #EEEEEE; -} - table.LC_tableOfContent img { border: none; height: 1.3em;