[FFmpeg-cvslog] [ffmpeg.org]: r265 - in trunk: htdocs/default.css src/template_footer

superdump subversion
Tue Feb 17 00:05:50 CET 2009


Author: superdump
Date: Tue Feb 17 00:05:49 2009
New Revision: 265

Log:
Add XHTML and CSS validation checks in the footer

Modified:
   trunk/htdocs/default.css
   trunk/src/template_footer

Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css	Mon Feb 16 23:59:43 2009	(r264)
+++ trunk/htdocs/default.css	Tue Feb 17 00:05:49 2009	(r265)
@@ -9,3 +9,7 @@
     margin-right: auto;
     text-align: center;
 }
+
+img {
+    border: 0;
+}

Modified: trunk/src/template_footer
==============================================================================
--- trunk/src/template_footer	Mon Feb 16 23:59:43 2009	(r264)
+++ trunk/src/template_footer	Tue Feb 17 00:05:49 2009	(r265)
@@ -1,4 +1,18 @@
 
+<div class="center">
+<p>
+<a href="http://validator.w3.org/check?uri=referer">
+<img src="http://www.w3.org/Icons/valid-xhtml10"
+     alt="Valid XHTML 1.0 Strict" height="31" width="88" />
+</a>
+<a href="http://jigsaw.w3.org/css-validator/check/referer">
+<img style="border:0;width:88px;height:31px"
+       src="http://jigsaw.w3.org/css-validator/images/vcss"
+       alt="Valid CSS!" />
+</a>
+</p>
+</div>
+
 
 </body>
 </html>




More information about the ffmpeg-cvslog mailing list