diff options
author | ot <ot@localhost> | 2008-07-17 15:26:48 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-07-17 15:26:48 +0000 |
commit | 3f1bb640d1f960fbd744f9760b79e51f3a5594a6 (patch) | |
tree | 3632ce99fd6af373cace07377cbc6dc16b84a94e /htdocs | |
parent | 0e6bb5a5328373ffd4111075231b5b04ec8475d5 (diff) | |
download | markup-validator-3f1bb640d1f960fbd744f9760b79e51f3a5594a6.zip markup-validator-3f1bb640d1f960fbd744f9760b79e51f3a5594a6.tar.gz markup-validator-3f1bb640d1f960fbd744f9760b79e51f3a5594a6.tar.bz2 |
test for replacement of obsolete Quality Assurance logo
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/footer.html | 6 | ||||
-rw-r--r-- | htdocs/style/base.css | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index b13d7ed..204d517 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -7,9 +7,9 @@ <div id="footer"> <p id="activity_logos"> - <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"> - - <img src="<!--#echo var="relroot" -->images/qa.png" alt="QA" /> + <a href="http://www.w3.org/Status/" title="W3C's Open Source, bringing you free Web quality tools and more"> + <img src="http://www.w3.org/Icons/WWW/w3c_home_nb" alt="W3C" /> + <img src="http://www.opensource.org/trademarks/opensource/web/opensource-55x48.jpg" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" /> </a> </p> diff --git a/htdocs/style/base.css b/htdocs/style/base.css index b1cddce..12adc7e 100644 --- a/htdocs/style/base.css +++ b/htdocs/style/base.css @@ -495,6 +495,7 @@ div#footer { p#activity_logos { float: left; margin-right: 2em; + margin-top: .6em; } p#support_logo { |