We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee972c4 commit f705732Copy full SHA for f705732
1 file changed
css2/ui.src
@@ -1,6 +1,6 @@
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
<html lang="en">
3
-<!-- $Id: ui.src,v 2.37 2007-01-17 23:18:20 bbos Exp $ -->
+<!-- $Id: ui.src,v 2.38 2007-05-22 17:21:58 fantasai Exp $ -->
4
<head>
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
<title>User interface</title>
@@ -281,7 +281,7 @@ Here's an example of drawing a
281
thick outline around a BUTTON element:
282
</p>
283
<pre><code class="css">
284
-button { outline-width : thick solid}
+button { outline : thick solid}
285
</code></pre>
286
287
<p>Scripts may be used to dynamically change the width
0 commit comments