Skip to content

Commit ec7390e

Browse files
committed
[css2] Added style rule on br element
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402522
1 parent 50fc308 commit ec7390e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css2/sample.src

Lines changed: 2 additions & 1 deletion
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: sample.src,v 2.42 2005-08-27 09:25:58 ihickson Exp $ -->
3+
<!-- $Id: sample.src,v 2.43 2006-08-29 15:45:29 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Default style sheet for HTML 4</TITLE>
@@ -88,6 +88,7 @@ ol { list-style-type: decimal }
8888
ol ul, ul ol,
8989
ul ul, ol ol { margin-top: 0; margin-bottom: 0 }
9090
u, ins { text-decoration: underline }
91+
br { white-space: pre }
9192
br:before { content: "\A" }
9293
:before, :after { white-space: pre-line }
9394
center { text-align: center }

0 commit comments

Comments
 (0)