Skip to content

Commit 01e1191

Browse files
committed
[css2] Added style information on links to references
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40413
1 parent 748e98e commit 01e1191

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

css2/style/default.css

Lines changed: 10 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 1.6 1997-11-05 18:02:56 bbos Exp $
3+
* $Id: default.css,v 1.7 1997-11-20 23:48:25 ian Exp $
44
*/
55

66
BODY {
@@ -53,3 +53,12 @@ div.deprecated-example { color: red }
5353
div.deprecated-example p { color: black }
5454
div.note { color: green; margin-left: 1em }
5555
p.note { color: green; margin-left: 1em }
56+
57+
a.normref {
58+
color : red;
59+
}
60+
61+
a.informref {
62+
color : green;
63+
}
64+

0 commit comments

Comments
 (0)