- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Nov 2011 23:06:33 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module In directory hutz:/tmp/cvs-serv25943 Modified Files: default.css Log Message: Gave div.error a margin, went back to things having a top *and* bottom margin, removed mentions of text-indent:0 because there are no longer any non-0 text-indent declarations at all. Index: default.css =================================================================== RCS file: /sources/public/csswg/css-module/default.css,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- default.css 12 Nov 2011 01:34:06 -0000 1.12 +++ default.css 23 Nov 2011 23:06:31 -0000 1.13 @@ -35,10 +35,9 @@ h4 { margin-top: 4em; } -p, div.note { - text-indent: 0; - margin-bottom: 0; - margin-top: 1em +p, div.note, div.error { + margin-top: 1em; + margin-bottom: 1em; } dd > p:first-child, li > p:first-child, .note > p:first-child { @@ -56,7 +55,6 @@ color: white; } .toc { - text-indent: 0; } body {
Received on Wednesday, 23 November 2011 23:06:35 UTC