Skip to content

Commit 12b3b78

Browse files
committed
[css2] Changed colors for INS and DEL.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402106
1 parent 15600a5 commit 12b3b78

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/style/default.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Style sheet for the CSS2 specification
3-
* $Id: default.css,v 2.19 2003-01-21 13:12:59 bbos Exp $
3+
* $Id: default.css,v 2.20 2003-07-01 15:43:12 bbos Exp $
44
*/
55

66
BODY {
@@ -148,8 +148,9 @@ DT {
148148
font-weight: bold
149149
}
150150

151-
S, DEL {text-decoration: line-through; color: red}
152-
U, INS {text-decoration: underline; background: #bfa}
151+
S, DEL {text-decoration: line-through; color: red; background: #fbb}
152+
U, INS {text-decoration: underline; background: #bfb}
153+
BODY>DEL,BODY>INS {display: block}
153154

154155
DIV.figure {
155156
text-align: center;

0 commit comments

Comments
 (0)