Skip to content

Commit 57cc583

Browse files
committed
[css2] Now uses :link and :visited instead of a[href]
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401977
1 parent c4b629f commit 57cc583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css2/sample.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: sample.src,v 2.27 2002-08-02 17:45:39 bbos Exp $ -->
3+
<!-- $Id: sample.src,v 2.28 2002-11-28 20:55:24 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>A sample style sheet for HTML 4.0</TITLE>
@@ -88,7 +88,7 @@ u, ins { text-decoration: underline }
8888
br:before { content: "\A" }
8989
center { text-align: center }
9090
abbr, acronym { font-variant: small-caps; letter-spacing: 0.1em }
91-
a[href] { text-decoration: underline }
91+
:link, :visited { text-decoration: underline }
9292
:focus { outline: thin dotted invert }
9393

9494
@media print {

0 commit comments

Comments
 (0)