- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Apr 2011 14:13:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv23687 Modified Files: style.css Log Message: fixed link issue in IE Index: style.css =================================================================== RCS file: /sources/public/html5/spec-author-view/style.css,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- style.css 18 Apr 2011 10:09:51 -0000 1.51 +++ style.css 18 Apr 2011 14:13:17 -0000 1.52 @@ -181,7 +181,7 @@ /*ul li:before { content: '\22c5'; font-size: 2em; color: #9cc; position: absolute; top: -0.35em; left: -0.65em; font-family: lucida; font-weight: bold; }*/ ul li ul { margin: 0em; } li li { margin: 0em 0em 0em 1.2em; } -code, pre { font-family: "Bitstream Vera Sans Mono", "DejaVu Sans Mono", "Andale Mono", Inconsolata, "Lucida Console", Consolas, Monaco, "courier new", courier; color: #2f4f4f; font-size: 0.9em; display: inline-block; } +code, pre { font-family: "Bitstream Vera Sans Mono", "DejaVu Sans Mono", "Andale Mono", Inconsolata, "Lucida Console", Consolas, Monaco, "courier new", courier; color: #233b3b; font-size: 0.9em; display: inline-block; } pre { margin: 0em 0em 1em -0.6em; background: #F6FBEC; display: inline-block; padding: 0.25em 0.6em; } /* change color from #66CCCC to #376F6F */
Received on Monday, 18 April 2011 14:13:20 UTC