Author: ben
Date: 2007-08-31 15:58:47 -0700 (Fri, 31 Aug 2007)
New Revision: 6313

Modified:
   openlaszlo/branches/wafflecone/docs/includes/lzx-pretty-print.css
Log:
Change 20070831-ben-S by [EMAIL PROTECTED] on 2007-08-31 15:54:42 PDT
    in /Users/ben/src/svn/openlaszlo/branches/wafflecone-doctools/docs
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone/docs

Summary: Add CSS to make don't-read-this snippet in ref guide obnoxiously pink

New Features:

Bugs Fixed: LPP-4539 (partial)  Put in a header in each page of reference guide 
saying "this is an alpha; please look elsewhere(link) for better docs

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

Documentation:
This change adds two CSS styles to the lzx stylesheet used in the
reference guide, to make the "don't-read-this" snippet be pink,
in order to draw attention to itself. This will not change the
way anything looks until something with class="warningheader" is
inserted into the ref guide, which is happening separately, elsewhere. 

Release Notes:
This style can be removed after wafflecone.

Details:
    

Tests:



Modified: openlaszlo/branches/wafflecone/docs/includes/lzx-pretty-print.css
===================================================================
--- openlaszlo/branches/wafflecone/docs/includes/lzx-pretty-print.css   
2007-08-31 22:34:50 UTC (rev 6312)
+++ openlaszlo/branches/wafflecone/docs/includes/lzx-pretty-print.css   
2007-08-31 22:58:47 UTC (rev 6313)
@@ -17,3 +17,25 @@
 .comment-markup {color: gray; }
 .constraint-markup {color: gray}
 .constraint-expression {color: red}
+
+/* Next two styles, .warningheader and .warningheader a, 
+are for the in-progress tag for the OL4.0.5 reference only. 
+After 4.0.5, these can be deleted. [bshine 2007.08.30] 
+Bug LPP-4539. */
+.warningheader {
+    padding-top: 10pt;
+    padding-bottom: 10pt;
+    padding-left: 20pt;
+    border-top: 1pt solid red;
+    border-bottom: 1pt solid red;
+    
+    background-color: #FF9999;
+    color : #ffffff;
+    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
+    font-size : 15px;
+    text-decoration: none;
+}
+
+.warningheader a {
+    color: #000099;
+}


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to