diff options
author | link <link@localhost> | 2002-12-02 02:52:54 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-12-02 02:52:54 +0000 |
commit | d697f9f73674e49c5f4e9362eacf4fd4bf3039fc (patch) | |
tree | 6f57cb19d13fcfb7cb02ea925236bb501aa65597 | |
parent | b581d7e29a0929f6e5b599a5d65d4f5ee0a2f89e (diff) | |
download | markup-validator-d697f9f73674e49c5f4e9362eacf4fd4bf3039fc.zip markup-validator-d697f9f73674e49c5f4e9362eacf4fd4bf3039fc.tar.gz markup-validator-d697f9f73674e49c5f4e9362eacf4fd4bf3039fc.tar.bz2 |
Revert all font-familys to generic sans-serif until we can fix the
typography properly.
-rw-r--r-- | htdocs/base.css | 16 | ||||
-rw-r--r-- | htdocs/results.css | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index ba8a01b..b231c83 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,7 +4,7 @@ Copyright 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.27 2002-12-01 13:40:32 link Exp $ + $Id: base.css,v 1.28 2002-12-02 02:52:53 link Exp $ */ @import url(results.css); /* CSS for validation results. */ @@ -19,7 +19,7 @@ body { word-spacing: normal; letter-spacing: normal; text-transform: none; - font-family: "Luxi Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif; + font-family: sans-serif; font-style: normal; text-decoration: none; } @@ -137,7 +137,7 @@ div.colophon em { /* Various header(ish) things. Definitions cribbed from the CORE Styles. */ h1 { - font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif; + font-family: sans-serif; font-size-adjust: .53; font-size: 2em; font-weight: bold; @@ -151,7 +151,7 @@ h1 { } h2 { - font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif; + font-family: sans-serif; font-size-adjust: .53; font-size: 1.75em; font-weight: 500; @@ -163,7 +163,7 @@ h2 { } h3 { - font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif; + font-family: sans-serif; font-size-adjust: .53; font-size: 1.58em; font-weight: 500; @@ -175,7 +175,7 @@ h3 { } h4 { - font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif; + font-family: sans-serif; font-size-adjust: .53; font-size: 1.33em; font-weight: 500; @@ -187,7 +187,7 @@ h4 { } h5, dt { - font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif; + font-family: sans-serif; font-size-adjust: .53; font-size: 1.17em; font-weight: 500; @@ -200,7 +200,7 @@ h5, dt { } h6 { - font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif; + font-family: sans-serif; font-size-adjust: .53; font-size: 1em; font-weight: 500; diff --git a/htdocs/results.css b/htdocs/results.css index 6c6cdfa..6a31076 100644 --- a/htdocs/results.css +++ b/htdocs/results.css @@ -1,5 +1,5 @@ /* style sheet for the validator's results page */ -/* $Id: results.css,v 1.15 2002-12-01 13:47:15 link Exp $ */ +/* $Id: results.css,v 1.16 2002-12-02 02:52:54 link Exp $ */ .markup { color: red; @@ -65,7 +65,7 @@ h2.valid { .valid { background: #053188; color: white; - font-family: "Luxi Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif; + font-family: sans-serif; font-size-adjust: .53; font-size: 1.5em; font-weight: 500; @@ -106,7 +106,7 @@ h2.invalid { .invalid { background: #880531; color: white; - font-family: "Luxi Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif; + font-family: sans-serif; font-size-adjust: .53; font-size: 1.5em; font-weight: 500; |