diff options
-rw-r--r-- | htdocs/intro.html | 9 | ||||
-rw-r--r-- | htdocs/style/base.css | 7 | ||||
-rw-r--r-- | htdocs/style/results.css | 3 | ||||
-rw-r--r-- | share/templates/en_US/table.tmpl | 3 |
4 files changed, 14 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, diff --git a/share/templates/en_US/table.tmpl b/share/templates/en_US/table.tmpl index d9421c3..82edec1 100644 --- a/share/templates/en_US/table.tmpl +++ b/share/templates/en_US/table.tmpl @@ -112,6 +112,9 @@ </TMPL_IF> </table> +<div id="don_program"></div> +<script src="http://www.w3.org/QA/Tools/don_prog.js"></script> + <fieldset id="revalidate_opts"> <legend>Options</legend> |