[Pkg-jed-commit] r722 - www

Rafael Laboissiere rafael at alioth.debian.org
Sun May 20 10:07:35 UTC 2007


Author: rafael
Date: 2007-05-20 10:07:35 +0000 (Sun, 20 May 2007)
New Revision: 722

Added:
   www/debian-powered.png
   www/valid-css.png
   www/valid-xhtml10.png
Modified:
   www/djg.css
   www/index.html
Log:
* debian-powered.png, valid-css.png, valid-xhtml10.png: New PNG buttons
* index.html: Use new buttons in footer
* djg.css: Adjust padding for footer as well as the border for img


Added: www/debian-powered.png
===================================================================
(Binary files differ)


Property changes on: www/debian-powered.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: www/djg.css
===================================================================
--- www/djg.css	2007-05-19 21:41:42 UTC (rev 721)
+++ www/djg.css	2007-05-20 10:07:35 UTC (rev 722)
@@ -43,6 +43,8 @@
   color: #389;
   padding-left: 8pt;
   padding-right: 8pt;
+  padding-top: 8pt;
+  padding-bottom: 4pt;
   font-size: 80%;
 }
 
@@ -73,3 +75,7 @@
   color: #ddd;
   border: solid 1px;
 }
+
+img {
+  border: 0pt;
+}

Modified: www/index.html
===================================================================
--- www/index.html	2007-05-19 21:41:42 UTC (rev 721)
+++ www/index.html	2007-05-20 10:07:35 UTC (rev 722)
@@ -45,8 +45,12 @@
 </div>
 <div id="validate">
 <p>
-  <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0!</a><br/>
-  <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS!</a>
+  <a href="http://validator.w3.org/check/referer"><img alt="Valid XHTML
+              1.0!" src="valid-xhtml10.png"/></a><br/>
+  <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+                alt="Valid CSS!" src="valid-css.png"/></a>
+  <a href="http://www.debian.org"><img
+                alt="Debian powered!" src="debian-powered.png"/></a>
 </p>
 </div>
 <div class="clear"></div>

Added: www/valid-css.png
===================================================================
(Binary files differ)


Property changes on: www/valid-css.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/valid-xhtml10.png
===================================================================
(Binary files differ)


Property changes on: www/valid-xhtml10.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the Pkg-jed-commit mailing list