- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Apr 2011 14:17:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv24974
Modified Files:
style.css
Log Message:
fixed bad example color
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- style.css 18 Apr 2011 14:13:17 -0000 1.52
+++ style.css 18 Apr 2011 14:17:15 -0000 1.53
@@ -235,6 +235,8 @@
border-bottom:none;
}
+.bad {color:#595959 }
+
h4 + .element, h4 + div + .element {margin-top:0;}
/*h1 {font-size:300% !important;font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif !important;}*/
dl.element {border:none !important;}
@@ -264,6 +266,8 @@
}
+
+
/* Pretty printing styles. Used with prettify.js. */
.str { color: #080; }
Received on Monday, 18 April 2011 14:17:20 UTC