Skip to content

Commit f705732

Browse files
committed
[css2] fix outline example error
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402707
1 parent ee972c4 commit f705732

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/ui.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.01//EN">
22
<html lang="en">
3-
<!-- $Id: ui.src,v 2.37 2007-01-17 23:18:20 bbos Exp $ -->
3+
<!-- $Id: ui.src,v 2.38 2007-05-22 17:21:58 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>User interface</title>
@@ -281,7 +281,7 @@ Here's an example of drawing a
281281
thick outline around a BUTTON element:
282282
</p>
283283
<pre><code class="css">
284-
button { outline-width : thick solid}
284+
button { outline : thick solid}
285285
</code></pre>
286286

287287
<p>Scripts may be used to dynamically change the width

0 commit comments

Comments
 (0)