Skip to content

Commit 2ca05ef

Browse files
committed
[css2] Fixed window-text bug
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401603
1 parent ee7a001 commit 2ca05ef

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.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: ui.src,v 2.15 1998-04-30 19:19:54 howcome Exp $ -->
3+
<!-- $Id: ui.src,v 2.16 1998-04-30 23:25:13 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>User interface</TITLE>
@@ -161,7 +161,7 @@ to the same foreground and background colors of the user's window,
161161
write the following:
162162

163163
<PRE>
164-
P { color: windowtext; background-color: window }
164+
P { color: window-text; background-color: window }
165165
</PRE>
166166
</div>
167167

0 commit comments

Comments
 (0)