- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 00:08:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18299
Modified Files:
Overview.html
Log Message:
define <hr> vertical margins (whatwg r5008)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4024
retrieving revision 1.4025
diff -u -d -r1.4024 -r1.4025
--- Overview.html 13 Apr 2010 00:05:22 -0000 1.4024
+++ Overview.html 13 Apr 2010 00:08:29 -0000 1.4025
@@ -61405,7 +61405,7 @@
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
-hr { color: gray; border-style: inset; border-width: 1px; }</pre>
+hr { color: gray; border-style: inset; border-width: 1px; margin-top: 0.5em; margin-bottom: 0.5em; }</pre>
<p>The following rules are also expected to apply, as
<a href="#presentational-hints">presentational hints</a>:</p>
Received on Tuesday, 13 April 2010 00:08:34 UTC