[31478] trunk/www

jmpp at macports.org jmpp at macports.org
Sat Nov 24 20:27:57 PST 2007


Revision: 31478
          http://trac.macosforge.org/projects/macports/changeset/31478
Author:   jmpp at macports.org
Date:     2007-11-24 20:27:56 -0800 (Sat, 24 Nov 2007)

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

 * Break out the languages links into their own lines;
 * Move 'width' & 'height' presentational properties of each 'languages' link and that of the main 'language' link into the css;
 * Make the 'languages' div 10px wider (at some point down the line something made this necessary to expand all the flags in a single line, don't recall what, sorry);

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

Modified: trunk/www/includes/header.inc
===================================================================
--- trunk/www/includes/header.inc	2007-11-25 04:05:54 UTC (rev 31477)
+++ trunk/www/includes/header.inc	2007-11-25 04:27:56 UTC (rev 31478)
@@ -36,12 +36,12 @@
 
             <a id="download" href="install.php"><span class="accessibility">Download MacPorts</span></a>
             <span class="accessibility">View site in</span>
-            <span><a href="#" id="language"><img src="img/en-enabled.png" alt="English" width="30" height="48" /></a></span>
+            <span><a href="#" id="language"><img src="img/en-enabled.png" alt="English" /></a></span>
             <span id="languages">
-                <a href="#"><img src="img/fr-disabled.png" alt="Fran&#xE7;ais" width="30" height="48" /></a><a href="#"><img
-                src="img/es-disabled.png" alt="Espa&#xF1;ol" width="30" height="48" /></a><a href="#"><img src="img/ru-disabled.png"
-                alt="&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;&nbsp;(Russkij)" width="30" height="48" /></a><a href="#">
-                <img src="img/it-disabled.png" alt="Italiano" width="30" height="48" /></a>
+                <a href="#"><img src="img/fr-disabled.png" alt="Fran&#xE7;ais" /></a>
+                <a href="#"><img src="img/es-disabled.png" alt="Espa&#xF1;ol" /></a>
+                <a href="#"><img src="img/ru-disabled.png" alt="&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;&nbsp;(Russkij)"/></a>
+                <a href="#"><img src="img/it-disabled.png" alt="Italiano" /></a>
             </span>
         </div>
 

Modified: trunk/www/macports.css
===================================================================
--- trunk/www/macports.css	2007-11-25 04:05:54 UTC (rev 31477)
+++ trunk/www/macports.css	2007-11-25 04:27:56 UTC (rev 31478)
@@ -96,10 +96,15 @@
 
 
 #languages {
-    width: 140px;
+    width: 150px;
 }
 
+#language img, #languages img {
+    width: 30px;
+    height: 48px;    
+}
 
+
 #navigation {
     width: 183px;
     float: left;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071124/9cb85d90/attachment.html


More information about the macports-changes mailing list