Skip to content

Commit 2edaba3

Browse files
committed
[css2] Added that margin-top/bottom have no effect on non-replaced, inline elements.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402238
1 parent 819ad9f commit 2edaba3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css2/box.src

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: box.src,v 1.56 2004-02-17 21:40:55 bbos Exp $ -->
5+
<!-- $Id: box.src,v 1.57 2004-03-08 18:35:19 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Box model</TITLE>
@@ -215,6 +215,9 @@ implementation-specific limits.
215215
<P>These properties set the top, right, bottom, and left margin of a
216216
box.
217217

218+
<p class="note">These properties have no effect on non-replaced inline
219+
elements.</p>
220+
218221
<div class="example"><P>
219222
<PRE>
220223
h1 { margin-top: 2em }

0 commit comments

Comments
 (0)