[31541] trunk/www/macports.css

jmpp at macports.org jmpp at macports.org
Tue Nov 27 07:16:28 PST 2007


Revision: 31541
          http://trac.macosforge.org/projects/macports/changeset/31541
Author:   jmpp at macports.org
Date:     2007-11-27 07:16:27 -0800 (Tue, 27 Nov 2007)

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

Provide a visual clue of what page section we're on through the "selected" class, using a bold font weight.
A more obvious clue would be much better however, like a shadowed box surrounding the selected section or something,
but at least let this be a start.

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

Modified: trunk/www/macports.css
===================================================================
--- trunk/www/macports.css	2007-11-27 15:15:02 UTC (rev 31540)
+++ trunk/www/macports.css	2007-11-27 15:16:27 UTC (rev 31541)
@@ -149,6 +149,9 @@
     text-decoration: underline;
 }
 
+.selected {
+    font-weight: bold;
+}
 
 #warnings {
     background: #FCC;

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


More information about the macports-changes mailing list