Skip to content

Commit 5c173b2

Browse files
committed
[css2] fixed boxmodel bug
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4031
1 parent 3c8e65b commit 5c173b2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/selector.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
22
<html lang="en">
3-
<!-- $Id: selector.src,v 1.7 1997-08-06 18:23:09 ijacobs Exp $ -->
3+
<!-- $Id: selector.src,v 1.8 1997-08-07 16:29:30 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Selectors</TITLE>
@@ -246,9 +246,9 @@ class="propinst-vertical-align">'vertical-align'</span>
246246
href="#vertical-align">5.4.4</A>), <span
247247
class="propinst-text-transform">'text-transform'</span>, <span
248248
class="propinst-line-height">'line-height'</span>,
249-
<a href="boxmodel.html#margin-properties">margin properties</a>,
250-
<a href="boxmodel.html#padding-properties">padding properties</a>,
251-
<a href="boxmodel.html#border-properties">border properties</a>,
249+
<a href="flowobj.html#margin-properties">margin properties</a>,
250+
<a href="flowobj.html#padding-properties">padding properties</a>,
251+
<a href="flowobj.html#border-properties">border properties</a>,
252252
<span class="propinst-float">'float'</span>, and <span
253253
class="propinst-clear">'clear'</span>.
254254

0 commit comments

Comments
 (0)