8000 [css2] DT is now bold · ufo-github/csswg-drafts@c45ba2b · GitHub
Skip to content

Commit c45ba2b

Browse files
committed
[css2] DT is now bold
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401855
1 parent ac046f7 commit c45ba2b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css2/style/default.css

Lines changed: 5 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.16 1999-11-02 18:58:04 ijacobs Exp $
3+
* $Id: default.css,v 2.17 2002-04-23 20:43:50 bbos Exp $
44
*/
55

66
BODY {
@@ -148,6 +148,10 @@ UL.index {
148148
list-style: none;
149149
}
150150

151+
DT {
152+
font-weight: bold
153+
}
154+
151155
S, DEL {text-decoration: line-through; color: red}
152156
U, INS {text-decoration: underline; background: #bfa}
153157

0 commit comments

Comments
 (0)