- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 03:22:18 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv22898 Modified Files: Overview.html Overview.src.html Log Message: Minor style change. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.149 retrieving revision 1.150 diff -u -d -r1.149 -r1.150 --- Overview.html 16 Aug 2011 03:19:53 -0000 1.149 +++ Overview.html 16 Aug 2011 03:22:16 -0000 1.150 @@ -11,6 +11,7 @@ <style> p { text-indent: 0 !important; margin: 1em 0 !important; } + p:first-child { margin-top: 0 !important; } </style> <body> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.156 retrieving revision 1.157 diff -u -d -r1.156 -r1.157 --- Overview.src.html 16 Aug 2011 03:19:53 -0000 1.156 +++ Overview.src.html 16 Aug 2011 03:22:16 -0000 1.157 @@ -7,6 +7,7 @@ <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED"> <style> p { text-indent: 0 !important; margin: 1em 0 !important; } + p:first-child { margin-top: 0 !important; } </style> </head>
Received on Tuesday, 16 August 2011 03:22:19 UTC