Skip to content

Commit c80a8b2

Browse files
committed
[css2] indented example
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401014
1 parent 788cf9f commit c80a8b2

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css2/aural.src

Lines changed: 4 additions & 4 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: aural.src,v 2.9 1998-02-20 00:55:53 ijacobs Exp $ -->
3+
<!-- $Id: aural.src,v 2.10 1998-02-20 09:30:46 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Aural style sheets</TITLE>
@@ -320,9 +320,9 @@ continues after the current element.
320320
<div class="example"><P>
321321
Examples:
322322
<PRE>
323-
BLOCKQUOTE.sad {play-during: url(violins.aiff) }
324-
BLOCKQUOTE Q {play-during: url(harp.wav) mix}
325-
SPAN.quiet {play-during: none }
323+
BLOCKQUOTE.sad { play-during: url(violins.aiff) }
324+
BLOCKQUOTE Q { play-during: url(harp.wav) mix}
325+
SPAN.quiet { play-during: none }
326326
</pre>
327327
</div>
328328

css2/ui.src

Lines changed: 3 additions & 3 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.1 1998-02-20 01:06:14 ijacobs Exp $ -->
3+
<!-- $Id: ui.src,v 2.2 1998-02-20 09:29:36 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>User interface</TITLE>
@@ -58,7 +58,7 @@ at the end of the list.
5858

5959
<div class="example"><P>
6060
<PRE>
61-
P { cursor : url(mything.cur), url(second.csr), text; }
61+
P { cursor : url(mything.cur), url(second.csr), text; }
6262
</PRE>
6363
</div>
6464

@@ -158,7 +158,7 @@ to the same foreground and background colors of the user's window,
158158
write the following:
159159

160160
<PRE>
161-
P { color: windowtext; background-color: window }
161+
P { color: windowtext; background-color: window }
162162
</PRE>
163163
</div>
164164

0 commit comments

Comments
 (0)