Skip to content

Commit 3e386f4

Browse files
committed
[css2] Corrected example: white bg instead of red
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401429
1 parent aa505e3 commit 3e386f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/colors.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: colors.src,v 2.11 1998-03-24 21:15:36 bbos Exp $ -->
3+
<!-- $Id: colors.src,v 2.12 1998-03-25 14:17:45 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Colors and backgrounds</TITLE>
@@ -180,7 +180,7 @@ Values have the following meanings:</p>
180180
<div class="example"><P>Example:
181181
<PRE>
182182
BODY {
183-
background: red url(pendant.gif);
183+
background: white url(pendant.gif);
184184
background-repeat: repeat-y;
185185
background-position: center;
186186
}

0 commit comments

Comments
 (0)