[Laszlo-checkins] r11557 - openlaszlo/trunk/docs/includes
dda@openlaszlo.org
dda at openlaszlo.org
Fri Oct 24 20:35:13 PDT 2008
Author: dda
Date: 2008-10-24 20:35:12 -0700 (Fri, 24 Oct 2008)
New Revision: 11557
Modified:
openlaszlo/trunk/docs/includes/styles.css
Log:
Change 20081024-dda-x by dda at lester.local on 2008-10-24 23:26:41 EDT
in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix refguide styles for Attributes link
New Features:
Bugs Fixed: LPP-7151 (RefGuide: "Attributes"-title is unreadable)
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: liorio (pending)
Documentation:
Release Notes:
Details:
Added some styles to match 3.x doc, kept color for visited link.
Tests:
visually inspect before and after clicking link
Modified: openlaszlo/trunk/docs/includes/styles.css
===================================================================
--- openlaszlo/trunk/docs/includes/styles.css 2008-10-25 03:34:57 UTC (rev 11556)
+++ openlaszlo/trunk/docs/includes/styles.css 2008-10-25 03:35:12 UTC (rev 11557)
@@ -202,8 +202,14 @@
text-decoration: none;
}
+.refsect1 .title a:link {
+ color: white;
+ text-decoration: none;
+}
+
.refsect1 .title a:visited {
color: #00ffff;
+ text-decoration: none;
}
.refsect1 .title a:hover {
More information about the Laszlo-checkins
mailing list