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

lou@openlaszlo.org lou at openlaszlo.org
Fri Apr 4 07:31:04 PDT 2008


Author: lou
Date: 2008-04-04 07:30:47 -0700 (Fri, 04 Apr 2008)
New Revision: 8550

Modified:
   openlaszlo/trunk/docs/includes/styles.css
Log:
Change 20080404-lou-c by lou at loumac.local on 2008-04-04 10:21:21 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix ECMAScript table formatting problem in dguide

Bugs Fixed: LPP-5697

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

Details: styles.css was overriding the docbook.css display of unsupported 
         features in red; remove the color override.

Tests: visual verify



Modified: openlaszlo/trunk/docs/includes/styles.css
===================================================================
--- openlaszlo/trunk/docs/includes/styles.css	2008-04-04 14:30:01 UTC (rev 8549)
+++ openlaszlo/trunk/docs/includes/styles.css	2008-04-04 14:30:47 UTC (rev 8550)
@@ -1,6 +1,6 @@
 /* Stylesheet for LPS docs                                            */
 /* J_LZ_COPYRIGHT_BEGIN *******************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * J_LZ_COPYRIGHT_END *********************************************************/
 
@@ -377,8 +377,6 @@
 /* Attributes List ****************** */
 td .literal {
     font-size: 12px;
-    background-color: #FFFFFF;
     font-weight: bold; 
     line-height: 18px;
-    color: #333333;
 }
\ No newline at end of file



More information about the Laszlo-checkins mailing list