We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b629f commit 57cc583Copy full SHA for 57cc583
css2/sample.src
@@ -1,6 +1,6 @@
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<html lang="en">
3
-<!-- $Id: sample.src,v 2.27 2002-08-02 17:45:39 bbos Exp $ -->
+<!-- $Id: sample.src,v 2.28 2002-11-28 20:55:24 bbos Exp $ -->
4
<HEAD>
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
<TITLE>A sample style sheet for HTML 4.0</TITLE>
@@ -88,7 +88,7 @@ u, ins { text-decoration: underline }
88
br:before { content: "\A" }
89
center { text-align: center }
90
abbr, acronym { font-variant: small-caps; letter-spacing: 0.1em }
91
-a[href] { text-decoration: underline }
+:link, :visited { text-decoration: underline }
92
:focus { outline: thin dotted invert }
93
94
@media print {
0 commit comments