Skip to content

Commit 22cbb7a

Browse files
committed
[css2] Fixed error in example.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401711
1 parent d81edc6 commit 22cbb7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/fonts.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: fonts.src,v 2.52 1998-05-12 12:37:43 bbos Exp $ -->
3+
<!-- $Id: fonts.src,v 2.53 1998-05-12 13:34:17 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -715,7 +715,7 @@ elements that were descendants of BUTTON would be displayed as if
715715
this rule were in effect:
716716

717717
<pre>
718-
BUTTON P { font: 9pt 600 Charcoal }
718+
BUTTON P { font: 600 9pt Charcoal }
719719
</pre>
720720

721721
<p>Because the <span class="propinst-font">'font'</span> shorthand resets to its initial value any property not explicitly given a value, this has the same effect as this declaration:

0 commit comments

Comments
 (0)