Skip to content

Commit 4bdeb52

Browse files
committed
[css2] Added .issue
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402579
1 parent 2c77515 commit 4bdeb52

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

css2/style/default.css

Lines changed: 8 additions & 1 deletion
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.26 2006-04-07 18:50:11 bbos Exp $
3+
* $Id: default.css,v 2.27 2006-11-03 16:37:31 bbos Exp $
44
*/
55

66
BODY {
@@ -166,6 +166,13 @@ SUP {
166166
font-size: 80%
167167
}
168168

169+
/* Open issues. Should be resolved before going to CR */
170+
171+
.issue {color: red}
172+
div.issue, p.issue {border: thin solid red; padding: 0.5em}
173+
.issue:before {content: "Issue:"; background: red; color: white;
174+
padding: 0 0.5em; font-weight: bold; margin: 0 1em 0 0}
175+
169176
@page {
170177
@bottom-right {
171178
font-family: helvetica, sans-serif;

0 commit comments

Comments
 (0)