[31484] trunk/www

jmpp at macports.org jmpp at macports.org
Sun Nov 25 07:07:19 PST 2007


Revision: 31484
          http://trac.macosforge.org/projects/macports/changeset/31484
Author:   jmpp at macports.org
Date:     2007-11-25 07:07:18 -0800 (Sun, 25 Nov 2007)

Log Message:
-----------

 * Break out the footer into two paragraphs, one for our valid XHTML and CSS tags and one for the copyright;
 * Move syle code out of the valid XHTML and CSS tags and into the css file;
 * </p> close the copyright paragraph. This was missing and the validators never caught it, go figure!

Modified Paths:
--------------
    trunk/www/includes/footer.inc
    trunk/www/macports.css

Modified: trunk/www/includes/footer.inc
===================================================================
--- trunk/www/includes/footer.inc	2007-11-25 12:36:24 UTC (rev 31483)
+++ trunk/www/includes/footer.inc	2007-11-25 15:07:18 UTC (rev 31484)
@@ -7,12 +7,13 @@
 
 
         <div id="footer">
+        
+            <p><a href="http://validator.w3.org/check?uri=referer"><img src="img/valid-xhtml11-blue.png" alt="Valid XHTML 1.1" />
+            </a> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="img/vcss.png" alt="Valid CSS!" /></a></p>
+            
+            <p>Copyright &#xA9; 2002&#x2013;<?php print date("Y"); ?>, <a href="http://www.macports.org/">The MacPorts Project</a>.
+            Hosted by <a href="http://www.macosforge.org">Mac OS Forge</a>. All rights reserved.</p>
 
-            <p><a href="http://validator.w3.org/check?uri=referer"><img src="img/valid-xhtml11-blue.png" alt="Valid XHTML 1.1"
-            height="31" width="88" /></a> <a href="http://jigsaw.w3.org/css-validator/check/referer"> <img style="border:0;
-            width:88px;height:31px" src="img/vcss.png" alt="Valid CSS!" /></a></p> Copyright &#xA9; 2002&#x2013;<?php print
-            date("Y"); ?>, <a href="http://www.macports.org/">The MacPorts Project</a>. Hosted by <a href="http://www.macosforge.org">
-            Mac OS Forge</a>. All rights reserved.
         </div>
 
     </body>

Modified: trunk/www/macports.css
===================================================================
--- trunk/www/macports.css	2007-11-25 12:36:24 UTC (rev 31483)
+++ trunk/www/macports.css	2007-11-25 15:07:18 UTC (rev 31484)
@@ -185,3 +185,9 @@
     clear: both;
     text-align: center;
 }
+
+#footer img {
+    border: 0;
+    height: 31px;
+    width: 88px;
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071125/d2ceecdb/attachment-0001.html


More information about the macports-changes mailing list