[xiph-commits] r9996 - in websites/xiph.org: css ssi

nehal at svn.xiph.org nehal at svn.xiph.org
Wed Sep 7 13:11:05 PDT 2005


Author: nehal
Date: 2005-09-07 13:11:04 -0700 (Wed, 07 Sep 2005)
New Revision: 9996

Modified:
   websites/xiph.org/css/screen.css
   websites/xiph.org/ssi/pagebottom.include
Log:
remove validation links, make last modified always visible, cleanup formatting

Modified: websites/xiph.org/css/screen.css
===================================================================
--- websites/xiph.org/css/screen.css	2005-09-07 19:25:27 UTC (rev 9995)
+++ websites/xiph.org/css/screen.css	2005-09-07 20:11:04 UTC (rev 9996)
@@ -112,12 +112,3 @@
   color: #888888;
   clear: both;
 }
-
-#copyright span {
-	visibility: hidden
-}
-
-#copyright:hover span {
-	visibility: visible;
-}
-

Modified: websites/xiph.org/ssi/pagebottom.include
===================================================================
--- websites/xiph.org/ssi/pagebottom.include	2005-09-07 19:25:27 UTC (rev 9995)
+++ websites/xiph.org/ssi/pagebottom.include	2005-09-07 20:11:04 UTC (rev 9996)
@@ -1,13 +1,12 @@
 </div><!-- content -->
 
 <div id="copyright">
-  The Xiph Fish Logo and the Vorbis.com many-fish logos are 
+  <p>The Xiph Fish Logo and the Vorbis.com many-fish logos are 
   trademarks (&trade;) of Xiph.Org.<br/>
 
-  These pages &copy; 1994 - 2005 Xiph.Org. All rights reserved.<br/>
+  These pages &copy; 1994 - 2005 Xiph.Org. All rights reserved.</p>
 
-	<span><!--#config timefmt="%B %d, %Y" -->Last Modified: <a href="http://trac.xiph.org/cgi-bin/trac.cgi/browser/websites/xiph.org<!--#echo var="DOCUMENT_URI" -->"><!--#echo var="LAST_MODIFIED" --></a></span><br/>
-	<span>Validate <a href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.xiph.org<!--#echo var="DOCUMENT_URI" -->">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.xiph.org<!--#echo var="DOCUMENT_URI" -->">CSS</a></span>
+  <p><!--#config timefmt="%B %d, %Y" -->Last Modified: <!--#echo var="LAST_MODIFIED" --></p>
 </div>
 
 </div><!-- thepage -->



More information about the commits mailing list