[Pkg-octave-commit] rev 625 - in trunk/www: . icons

Rafael Laboissiere rafael at costa.debian.org
Mon Jun 5 10:42:38 UTC 2006


Author: rafael
Date: 2006-06-05 10:42:38 +0000 (Mon, 05 Jun 2006)
New Revision: 625

Added:
   trunk/www/icons/button-css.png
   trunk/www/icons/button-xhtml.png
Modified:
   trunk/www/dog.css
   trunk/www/index.html.in
Log:
Use graphical buttons for the XHTML and CSS validation buttons at the bottom
of the page


Modified: trunk/www/dog.css
===================================================================
--- trunk/www/dog.css	2006-06-02 15:13:58 UTC (rev 624)
+++ trunk/www/dog.css	2006-06-05 10:42:38 UTC (rev 625)
@@ -9,6 +9,11 @@
   vertical-align: bottom;
 }
 
+img.button {
+  border: 0pt;
+  margin-bottom: 1pt;
+}
+    
 #Content {
   margin: 0 12em 0 0;
   padding: 5px;

Added: trunk/www/icons/button-css.png
===================================================================
(Binary files differ)


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

Added: trunk/www/icons/button-xhtml.png
===================================================================
(Binary files differ)


Property changes on: trunk/www/icons/button-xhtml.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2006-06-02 15:13:58 UTC (rev 624)
+++ trunk/www/index.html.in	2006-06-05 10:42:38 UTC (rev 625)
@@ -422,13 +422,16 @@
           <a
             href="http://svn.debian.org/wsvn/pkg-octave/trunk/www/index.html.in?op=file&amp;rev=0&amp;sc=0">(show me the source)</a>
           <a
-            href="http://svn.debian.org/wsvn/pkg-octave/trunk/www/index.html.in?op=log&rev=0&sc=0&isdir=0">(show me the history)</a>
+            href="http://svn.debian.org/wsvn/pkg-octave/trunk/www/index.html.in?op=log&amp;rev=0&amp;sc=0&amp;isdir=0">(show me the history)</a>
         </td>
         <td align="right">
-          <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 src="icons/button-xhtml.png" class="button"
+	         alt="Valid XHTML 1.0!"/></a><br/>
+	  <a href="http://jigsaw.w3.org/css-validator/check/referer">
+            <img src="icons/button-css.png" class="button" 
+	         alt="Valid CSS!"/> 
+          </a>
         </td>
       </tr>
     </table>




More information about the Pkg-octave-commit mailing list