--- loncom/interface/loncommon.pm 2007/09/11 20:40:23 1.583 +++ loncom/interface/loncommon.pm 2007/09/11 23:36:46 1.584 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.583 2007/09/11 20:40:23 albertel Exp $ +# $Id: loncommon.pm,v 1.584 2007/09/11 23:36:46 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4647,6 +4647,13 @@ table.LC_docs_adddocs th { background: #DDDDDD; } +table.LC_sty_begin { + background: #BBFFBB; +} +table.LC_sty_end { + background: #FFBBBB; +} + END }