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

atamido at svn.xiph.org atamido at svn.xiph.org
Wed Sep 7 09:32:22 PDT 2005


Author: atamido
Date: 2005-09-07 09:32:19 -0700 (Wed, 07 Sep 2005)
New Revision: 9982

Modified:
   websites/xspf.org/css/screen-2.css
   websites/xspf.org/css/screen.css
   websites/xspf.org/ssi/pagebottom.include
Log:
Added fancy validation and modified date links.


Property changes on: websites/xspf.org/css/screen-2.css
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: websites/xspf.org/css/screen.css
===================================================================
--- websites/xspf.org/css/screen.css	2005-09-07 16:05:07 UTC (rev 9981)
+++ websites/xspf.org/css/screen.css	2005-09-07 16:32:19 UTC (rev 9982)
@@ -120,6 +120,19 @@
   clear: both;
 }
 
+#copyright p {
+	margin-top: 0;
+	margin-bottom: 0;
+}
+
+#copyright .hiddenlinks {
+	visibility: hidden;
+}
+
+#copyright:hover .hiddenlinks {
+	visibility: visible;
+}
+
 .navbar {
 	margin: 0;
 	padding: 20px 0 25px 0;


Property changes on: websites/xspf.org/css/screen.css
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: websites/xspf.org/ssi/pagebottom.include
===================================================================
--- websites/xspf.org/ssi/pagebottom.include	2005-09-07 16:05:07 UTC (rev 9981)
+++ websites/xspf.org/ssi/pagebottom.include	2005-09-07 16:32:19 UTC (rev 9982)
@@ -4,6 +4,8 @@
 <div id="copyright">
 	<p>The Xiph Fish Logo and the Vorbis.com many-fish logos are trademarks (&trade;) of Xiph.Org.</p>
 	<p>These pages &copy; 1994 - 2005 Xiph.Org. All rights reserved.</p>
+	<p class="hiddenlinks"><!--#config timefmt="%B %d, %Y" -->Last Modified: <a href="http://trac.xiph.org/cgi-bin/trac.cgi/browser/websites/xspf.org<!--#echo var="DOCUMENT_URI" -->"><!--#echo var="LAST_MODIFIED" --></a></p>
+	<p class="hiddenlinks">Validate <a href="http://validator.w3.org/check?verbose=1&uri=http%3A//xspf.xiph.org<!--#echo var="DOCUMENT_URI" -->">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://xspf.xiph.org<!--#echo var="DOCUMENT_URI" -->">CSS</a></p>
 </div>
 
 </div>



More information about the commits mailing list