diff options
author | ot <ot@localhost> | 2008-12-29 16:49:06 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-12-29 16:49:06 +0000 |
commit | 33810980b7000a22dc82bfaefe3143cd2cfee50c (patch) | |
tree | e05594f6b2775349f260a941b9cf0879331d7c37 /htdocs | |
parent | 239cc004b8fb7dbe3a22f92749fdb71ffb5bbeaf (diff) | |
download | markup-validator-33810980b7000a22dc82bfaefe3143cd2cfee50c.zip markup-validator-33810980b7000a22dc82bfaefe3143cd2cfee50c.tar.gz markup-validator-33810980b7000a22dc82bfaefe3143cd2cfee50c.tar.bz2 |
donation plea in results, homepage, controlled by js file on w3.org
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/intro.html | 9 | ||||
-rw-r--r-- | htdocs/style/base.css | 7 | ||||
-rw-r--r-- | htdocs/style/results.css | 3 |
3 files changed, 11 insertions, 8 deletions
diff --git a/htdocs/intro.html b/htdocs/intro.html index 27f7b88..dd612a6 100644 --- a/htdocs/intro.html +++ b/htdocs/intro.html @@ -12,13 +12,8 @@ </p> </div> -<div class="intro"> - <p> - The Markup Validator is brought to you by W3C, with the support of - <a href="http://www.w3.org/QA/Tools/Donate" title="W3C Validators donation program"><strong>HP</strong> - and all your donations</a>. - </p> -</div> +<div class="intro" id="don_program"></div> +<script src="http://www.w3.org/QA/Tools/don_prog.js"></script> <p id="test_warning"><img src="images/info_icons/warning.png" alt="Important" /> This instance of the validator is either a development version used for testing purposes, or a local copy of the <a href="http://validator.w3.org/source/">W3C Markup Validator software</a> used for development and testing purposes.<br /> diff --git a/htdocs/style/base.css b/htdocs/style/base.css index 10c7bdb..cb2ff4f 100644 --- a/htdocs/style/base.css +++ b/htdocs/style/base.css @@ -732,4 +732,11 @@ div.intro p { margin-bottom: .5em;} vertical-align: middle; } +/* donation and sponsorship program */ + +div#don_program { border: 1px solid #55b05a; padding: .5em; line-height: 150%; text-align: center; margin-top: .5em; } +div#don_program span#don_program_img {float: left; width: 150px; height: 60px;} +div#don_program span#don_program_img img {vertical-align: middle;} +div#don_program span#don_program_text { } +div#don_program span#don_program_text a {font-weight: bold;} /* @end */
\ No newline at end of file diff --git a/htdocs/style/results.css b/htdocs/style/results.css index 56daeae..bf15516 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.22 2008-12-09 18:19:48 ot Exp $ */ +/* $Id: results.css,v 1.23 2008-12-29 16:49:06 ot Exp $ */ div#results_container { margin: 2em; @@ -67,6 +67,7 @@ fieldset#revalidate_opts { padding-bottom: 1em; padding-left: .5em; margin-top: 1em; + clear: left; } fieldset#revalidate_opts, |