[31871] trunk/www/macports.css

jmpp at macports.org jmpp at macports.org
Mon Dec 10 09:35:03 PST 2007


Revision: 31871
          http://trac.macosforge.org/projects/macports/changeset/31871
Author:   jmpp at macports.org
Date:     2007-12-10 09:35:00 -0800 (Mon, 10 Dec 2007)

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

 * Concentrate all #navigation dt rules in a single block;
 * Space out navigation items (#navigation li) with a bit of downward margin;

Modified Paths:
--------------
    trunk/www/macports.css

Modified: trunk/www/macports.css
===================================================================
--- trunk/www/macports.css	2007-12-10 17:25:19 UTC (rev 31870)
+++ trunk/www/macports.css	2007-12-10 17:35:00 UTC (rev 31871)
@@ -122,6 +122,8 @@
 #navigation dt {
     margin: 0;
     padding: 0 16px;
+    color: white;
+    font: bold 125% "Lucida Grande", Helvetica, Arial, sans-serif;
 }
 
 #navigation dd {
@@ -129,11 +131,6 @@
     padding: 0;
 }
 
-#navigation dt {
-    color: white;
-    font: bold 125% "Lucida Grande", Helvetica, Arial, sans-serif;
-}
-
 #navigation ul {
     margin: 0 0 1em 0;
     padding: 0;
@@ -141,7 +138,7 @@
 
 #navigation li {
     display: block;
-    margin: 0;
+    margin-bottom: 1px;
     padding: 0 16px 0 28px;
 }
 

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


More information about the macports-changes mailing list