markup-validator commit: Add some image widths and heights.

changeset:   3172:923531bf81cf
tag:         tip
user:        Ville Skyttä <ville.skytta@iki.fi>
date:        Sun Nov 28 17:44:23 2010 +0200
files:       htdocs/footer.html share/templates/en_US/footer.tmpl
description:
Add some image widths and heights.


diff -r 81fd1ce4288d -r 923531bf81cf htdocs/footer.html
--- a/htdocs/footer.html	Sun Nov 28 17:40:39 2010 +0200
+++ b/htdocs/footer.html	Sun Nov 28 17:44:23 2010 +0200
@@ -8,12 +8,12 @@
 
 <div id="footer">
 		<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="<!--#echo var="relroot" -->images/opensource-55x48.png" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" /></a>
+      <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" width="72" height="47" /><img src="<!--#echo var="relroot" -->images/opensource-55x48.png" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" width="55" height="48" /></a>
          </p>
 
 		<p id="support_logo">
 			<a href="http://www.w3.org/QA/Tools/Donate">
-			<img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
+			<img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" width="80" height="15" />
 			</a>
 		</p>
     <p id="version_info">
diff -r 81fd1ce4288d -r 923531bf81cf share/templates/en_US/footer.tmpl
--- a/share/templates/en_US/footer.tmpl	Sun Nov 28 17:40:39 2010 +0200
+++ b/share/templates/en_US/footer.tmpl	Sun Nov 28 17:44:23 2010 +0200
@@ -13,12 +13,12 @@
 <div id="footer">
 
 	<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="./images/opensource-55x48.png" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" /></a>
+		<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" width="72" height="47" /><img src="./images/opensource-55x48.png" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" width="55" height="48" /></a>
 	</p>
 
 		<p id="support_logo">
 			<a href="http://www.w3.org/QA/Tools/Donate">
-			<img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
+			<img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" width="80" height="15" />
 			</a>
 		</p>
     <p id="version_info">

Received on Sunday, 28 November 2010 15:45:42 UTC