Log Message:
-----------
Add style for comments originating from COMMENT() and rendered in the
Library browser.
Modified Files:
--------------
webwork-modperl/htdocs/css:
ur.css
Revision Data
-------------
Index: ur.css
===================================================================
RCS file: /webwork/cvs/system/webwork-modperl/htdocs/css/ur.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lhtdocs/css/ur.css -Lhtdocs/css/ur.css -u -r1.5 -r1.6
--- htdocs/css/ur.css
+++ htdocs/css/ur.css
@@ -92,6 +92,7 @@
/* for problems which are rendered by themselves, e.g., by Set Maker */
div.RenderSolo { background-color: #E0E0E0; color: black; }
+div.AuthorComment { background-color: #00E0E0; color: black; }
/* minimal style for lists of links (generated by the links escape) */
ul.LinksMenu { list-style: none; margin-left: 0; padding-left: 0; }
|