- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 May 2011 02:19:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv23312 Modified Files: style.css Log Message: un-inline-block the code element (WTF...) Index: style.css =================================================================== RCS file: /sources/public/html5/spec-author-view/style.css,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- style.css 10 May 2011 14:38:58 -0000 1.73 +++ style.css 23 May 2011 02:19:20 -0000 1.74 @@ -270,7 +270,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; 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; 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, 23 May 2011 02:19:24 UTC