html5/spec-author-view style.css,1.18,1.19

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv14724

Modified Files:
	style.css 
Log Message:
modded note colour

Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- style.css	1 Mar 2011 21:54:30 -0000	1.18
+++ style.css	1 Mar 2011 21:57:55 -0000	1.19
@@ -17,7 +17,7 @@
  * this is a subset of the full spec */
 .strong-note {
 	color: #fff;
-  background-color: #033;
+  background-color:#006400;
 	padding: 1em;
 	line-height: 1.5em;
 }

Received on Tuesday, 1 March 2011 21:57:58 UTC