summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/intro.html6
-rw-r--r--htdocs/style/base.css7
2 files changed, 6 insertions, 7 deletions
diff --git a/htdocs/intro.html b/htdocs/intro.html
index 55bc0f7..48aae3c 100644
--- a/htdocs/intro.html
+++ b/htdocs/intro.html
@@ -13,8 +13,10 @@
</p>
</div>
-<div class="intro" id="don_program"></div>
-<script type="text/javascript" src="http://www.w3.org/QA/Tools/don_prog.js"></script>
+<div id="w3c-include">
+ <script type="text/javascript" src="http://www.w3.org/QA/Tools/w3c-include.js"></script>
+</div>
+
<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 4b9ba32..e272255 100644
--- a/htdocs/style/base.css
+++ b/htdocs/style/base.css
@@ -743,9 +743,6 @@ div.intro p { margin-bottom: .5em;}
/* 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;}
+#w3c-include {}
+
/* @end */