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

dda@openlaszlo.org dda at openlaszlo.org
Tue Apr 29 10:11:05 PDT 2008


Author: dda
Date: 2008-04-29 10:10:50 -0700 (Tue, 29 Apr 2008)
New Revision: 8893

Modified:
   openlaszlo/trunk/docs/includes/docbook.css
Log:
Change 20080429-dda-K by dda at lester.local on 2008-04-29 13:07:17 EDT
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: doc tools: fix classnames to be shown in gray.

New Features:

Bugs Fixed: LPP-4970

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

Documentation:

Release Notes:

Details:
    A simple style sheet modification fixes the <classname> tag
    to be shown with a gray background.  Left the font choice to be the same,
    as it seems to match 3.x doc.

Tests:
    Examined docs/reference/LzCanvas.html to verify the change.



Modified: openlaszlo/trunk/docs/includes/docbook.css
===================================================================
--- openlaszlo/trunk/docs/includes/docbook.css	2008-04-29 17:10:35 UTC (rev 8892)
+++ openlaszlo/trunk/docs/includes/docbook.css	2008-04-29 17:10:50 UTC (rev 8893)
@@ -221,10 +221,16 @@
     font-family:"Courier New",Courier,monospace;
 }
 
-.classsynopsis .classname, .methodsynopsis .fieldsynopsis .varname {
+.classsynopsis .methodsynopsis .fieldsynopsis .varname {
     font-weight:bold;
 }
 
+.classname {
+    font-weight:bold;
+    color : #646464;
+    background-color : #eaeaea;
+}
+
 .methodsynopsis .parameter {
     font-style:italic;
 }



More information about the Laszlo-checkins mailing list