summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rwxr-xr-xhtdocs/footer.html6
-rw-r--r--htdocs/style/base.css1
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 {