diff options
-rwxr-xr-x | htdocs/footer.html | 6 | ||||
-rw-r--r-- | htdocs/style/base.css | 1 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 13 |
3 files changed, 10 insertions, 10 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 { diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index d707f48..7e4fee9 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -11,13 +11,12 @@ </ul> <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="images/qa.png" alt="QA" /> - </a> - </p> + <p id="activity_logos"> + <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> <p id="support_logo"> Support this tool, become a<br /> |