[Laszlo-checkins] r9490 - openlaszlo/trunk/docs/includes

lou@openlaszlo.org lou at openlaszlo.org
Fri Jun 6 04:08:18 PDT 2008


Author: lou
Date: 2008-06-06 04:07:48 -0700 (Fri, 06 Jun 2008)
New Revision: 9490

Modified:
   openlaszlo/trunk/docs/includes/styles.css
Log:
Change 20080606-lou-l by lou at loumac.local on 2008-06-06 06:59:56 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: reference 'Attributes' link color is too dark

Bugs Fixed: LPP-6001

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Details: This happens because "Attributes" is a link, and once you click it,
it turns to the a:visited color.

Added two more specific selectors: "Attributes" is now readable and obviously a link.  

.refsect1 .title a:visited {
    color: #00ffff;
}

.refsect1 .title a:hover {
    color: #6666ff;
}

Tests: visual verify



Modified: openlaszlo/trunk/docs/includes/styles.css
===================================================================
--- openlaszlo/trunk/docs/includes/styles.css	2008-06-06 11:06:24 UTC (rev 9489)
+++ openlaszlo/trunk/docs/includes/styles.css	2008-06-06 11:07:48 UTC (rev 9490)
@@ -202,6 +202,13 @@
     text-decoration: none;
 }
 
+.refsect1 .title a:visited {
+    color: #00ffff;
+}
+
+.refsect1 .title a:hover {
+    color: #6666ff;
+}
 .informaltable th {
     background-color: #F3F3F3;
     font-size: 10px;



More information about the Laszlo-checkins mailing list