- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 23:28:26 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module In directory hutz:/tmp/cvs-serv13640 Modified Files: default.css Log Message: Suppress the margin on the heading <dd>s. Index: default.css =================================================================== RCS file: /sources/public/csswg/css-module/default.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- default.css 16 Aug 2011 22:51:52 -0000 1.1 +++ default.css 16 Aug 2011 23:28:24 -0000 1.2 @@ -93,6 +93,7 @@ /* Hmm, this seems to confuse many browsers... */ dl dd { margin: 0 0 1em 2em } + .head dd { margin-bottom: 0; } ul, ol { margin-left: 0; padding-left: 2em; } li { margin: 0.25em 2em 0.5em 0; padding-left: 0 }
Received on Tuesday, 16 August 2011 23:28:27 UTC