diff options
author | ot <ot@localhost> | 2007-04-18 08:20:49 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-04-18 08:20:49 +0000 |
commit | ce171edda42eff2531506af46b26926d1639e07a (patch) | |
tree | b810946f4f78b296b260d1e15d82186b77641cf1 | |
parent | 7d7184198758aa3fe14bd2c6a9d6b116b7e19e97 (diff) | |
download | markup-validator-ce171edda42eff2531506af46b26926d1639e07a.zip markup-validator-ce171edda42eff2531506af46b26926d1639e07a.tar.gz markup-validator-ce171edda42eff2531506af46b26926d1639e07a.tar.bz2 |
typos in the css
-rw-r--r-- | htdocs/style/results.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/style/results.css b/htdocs/style/results.css index b6ee648..9aa2424 100644 --- a/htdocs/style/results.css +++ b/htdocs/style/results.css @@ -1,5 +1,5 @@ /* style sheet for the validator's results page */ -/* $Id: results.css,v 1.14 2007-03-29 12:16:55 ot Exp $ */ +/* $Id: results.css,v 1.15 2007-04-18 08:20:49 ot Exp $ */ .input { color: black; @@ -13,7 +13,8 @@ */ fieldset#revalidate_opts { width: 100%; - margin; 0; padding:0; + margin: 0; + padding:0; border: 1px dotted #ccc; background-color: #fcfcfc; padding-bottom: 1em; @@ -260,7 +261,6 @@ h2.valid, h2.invalid, h2.tentative_valid { text-align: center; margin: 0; font-family: "Bitstream Vera Sans", sans-serif; - font-size-adjust: .53; font-size: 1.3em; font-weight: 500; font-style: normal; @@ -342,7 +342,7 @@ p.backtop { p.backtop a:link, p.backtop a:hover, p.backtop a:visited { color: #bbc; - text-deciration: none; + text-decoration: none; } /* document outline */ |