[27298] trunk/doc/guide/new/resources/docbook.css

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 27 19:08:02 PDT 2007


Revision: 27298
          http://trac.macosforge.org/projects/macports/changeset/27298
Author:   markd at macports.org
Date:     2007-07-27 19:08:02 -0700 (Fri, 27 Jul 2007)

Log Message:
-----------
Fix visited links in TOC not to ever change color.

Modified Paths:
--------------
    trunk/doc/guide/new/resources/docbook.css

Modified: trunk/doc/guide/new/resources/docbook.css
===================================================================
--- trunk/doc/guide/new/resources/docbook.css	2007-07-27 20:20:54 UTC (rev 27297)
+++ trunk/doc/guide/new/resources/docbook.css	2007-07-28 02:08:02 UTC (rev 27298)
@@ -167,19 +167,21 @@
 }
 
 /* TOC All Links */
-/*
-div.toc a:link { color: royalblue; }
-div.toc a:hover { color: #D00; }
-div.toc a:visited { color: black; text-decoration: none;}
-*/
+/* div.toc a:link { color: royalblue; } */
+/* div.toc a:hover { color: #D00; } */
+/* div.toc a:visited { color: black; text-decoration: none; } */
 
+
 /* TOC Section Links */
-div.toc dt a:link { color: #F4F6F8; text-decoration: none;}
+div.toc dt a:link { color: #F4F6F8; text-decoration: none; }
 div.toc dt a:hover { color: gray; }
+dic.toc dt a:visited { color: #F4F6F8; text-decoration: none; }
 
+
 /* TOC Subsubsection Links */
-div.toc dd dl dt a:link { color: black; text-decoration: none;}
+div.toc dd dl dt a:link { color: black; text-decoration: none; }
 div.toc dd dl dt a:hover { color: gray; }
+div.toc dd dl dt a:visited { color: black; text-decoration: none; }
 
 div.book {
 	margin-left: 247px;

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


More information about the macports-changes mailing list