2009/dap/ReSpec.js/css respec.css,1.27,1.28

Update of /sources/public/2009/dap/ReSpec.js/css
In directory hutz:/tmp/cvs-serv13741/css

Modified Files:
	respec.css 
Log Message:
implemented nullable support, ISSUE-51

Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- respec.css	29 Oct 2009 17:53:28 -0000	1.27
+++ respec.css	2 Dec 2009 17:42:12 -0000	1.28
@@ -157,12 +157,12 @@
     border-bottom:  1px dotted #c00;
 }
 
-.excGetSetTrue, .excGetSetFalse {
+.excGetSetTrue, .excGetSetFalse, .prmNullTrue, .prmNullFalse, .prmOptTrue, .prmOptFalse {
     width:  45px;
     text-align: center;
 }
-.excGetSetTrue { color:  #0c0; }
-.excGetSetFalse { color:  #c00; }
+.excGetSetTrue, .prmNullTrue, .prmOptTrue { color:  #0c0; }
+.excGetSetFalse, .prmNullFalse, .prmOptFalse { color:  #c00; }
 
 .idlImplements a {
     font-weight:    bold;

Received on Wednesday, 2 December 2009 17:42:18 UTC