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

lou@openlaszlo.org lou at openlaszlo.org
Mon Jan 7 06:36:43 PST 2008


Author: lou
Date: 2008-01-07 06:36:21 -0800 (Mon, 07 Jan 2008)
New Revision: 7755

Modified:
   openlaszlo/trunk/docs/includes/docbook.css
Log:
Change 20080107-lou-2 by lou at loumac.local on 2008-01-07 10:25:26 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: glyphs for some warnings were not rendered properly

Bugs Fixed: LPP-5289

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

Details: added new selector for sidebars

div.condition-sidebar{
    padding-left : 90px;
    padding-top : 20px;
    padding-right : 10px;
}
    

Tests: verify visually



Modified: openlaszlo/trunk/docs/includes/docbook.css
===================================================================
--- openlaszlo/trunk/docs/includes/docbook.css	2008-01-07 14:31:31 UTC (rev 7754)
+++ openlaszlo/trunk/docs/includes/docbook.css	2008-01-07 14:36:21 UTC (rev 7755)
@@ -1,6 +1,6 @@
 /* Stylesheet for LZX Documentation */
 /* 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 *********************************************************/
 
@@ -16,7 +16,11 @@
     padding-left : 10px;
     padding-right : 10px;
 }
-
+div.condition-sidebar{
+    padding-left : 90px;
+    padding-top : 20px;
+    padding-right : 10px;
+}
 .toc .section {
     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
     font-size : 12px;



More information about the Laszlo-checkins mailing list