- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Nov 2011 22:22:04 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg In directory hutz:/tmp/cvs-serv5405 Modified Files: default.css Log Message: No margin-left on generated text "Issue" to avoid that it looks indented when at the beginning of a line. Index: default.css =================================================================== RCS file: /sources/public/csswg/default.css,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- default.css 9 Aug 2011 22:42:40 -0000 1.15 +++ default.css 3 Nov 2011 22:22:02 -0000 1.16 @@ -184,7 +184,7 @@ background: #c00; background-clip: padding-box; color: white; - margin: 0.25em; + margin-right: 0.25em; padding: 0 0.25em; }
Received on Thursday, 3 November 2011 22:24:16 UTC