Skip to content

Commit 4bfa84b

Browse files
committed
[css2] Removed redundant rule for br.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402541
1 parent 54e1316 commit 4bfa84b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css2/sample.src

Lines changed: 1 addition & 2 deletions
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.43 2006-08-29 15:45:29 howcome Exp $ -->
3+
<!-- $Id: sample.src,v 2.44 2006-10-09 16:56:29 bbos 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,7 +88,6 @@ 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 }
9291
br:before { content: "\A" }
9392
:before, :after { white-space: pre-line }
9493
center { text-align: center }

0 commit comments

Comments
 (0)