--- loncom/interface/loncommon.pm 2006/06/23 03:00:53 1.393 +++ loncom/interface/loncommon.pm 2006/06/23 03:14:00 1.394 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.393 2006/06/23 03:00:53 albertel Exp $ +# $Id: loncommon.pm,v 1.394 2006/06/23 03:14:00 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3135,6 +3135,9 @@ form, .inline { display: inline; } color: red; font-size: larger; } +.LC_warning { + color: red; +} .LC_success { color: green; }