Author: laukpe
Date: Mon Sep 22 05:41:56 2008
New Revision: 789

Modified:
   trunk/doc/quickstart/quickstart.html
   trunk/doc/userguide/RobotFrameworkUserGuide.html

Log:
latest version

Modified: trunk/doc/quickstart/quickstart.html
==============================================================================
--- trunk/doc/quickstart/quickstart.html        (original)
+++ trunk/doc/quickstart/quickstart.html        Mon Sep 22 05:41:56 2008
@@ -298,8 +298,11 @@
  * Robot Framework User Guide Modifications *
  * **************************************** */

-/* Tables -- both those used with examples and those with normal tabular data */
-
+/* Tables
+   - example, tsv-example: test data examples
+   - messages: log message examples
+   - tabular: normal tabular information
+*/
 table.example, table.tsv-example, table.messages, table.tabular {
     border: 1px solid #808080;
     border-collapse: collapse;
@@ -315,35 +318,49 @@
 table.example th, table.example td, table.tsv-example td {
     border: 1px solid #808080;
     font-family: arial,helvetica,sans-serif;
-    font-size: 0.8em;
-    padding: 0.1em 0.3em;
     height: 1.2em;
+    font-size: 0.85em;
 }
 table.example th {
+    padding: 0.1em 1em;
     background: #E0E0E0;
 }
+table.example td, table.tsv-example td {
+    padding: 0.1em 1em 0.1em 0.3em;
+}
 table.tabular th, table.tabular td {
     border: 1px solid black;
-    font-size: 0.9em;
     padding: 0.1em 0.3em;
     height: 1.2em;
+    font-size: 0.9em;
 }
 table.messages {
-    border: none;
+    border: 1px solid gray;
     font-family: monospace;
+    margin: 1em 2em;
+    width: 60%;
 }
 table.messages td {
     vertical-align: top;
+    padding: 0.1em 0.2em;
 }
 table.messages td.time {
-    width: 6em;
+    width: 7em;
     letter-spacing: -0.05em;
 }
 table.messages td.level {
-    width: 4em;
+    width: 5em;
     text-align: center;
 }
-
+table.messages td.fail, table.messages td.error {
+    color: red;
+}
+table.messages td.pass {
+    color: #009900;
+}
+table.messages td.warn {
+    color: #FFCC00;
+}

 /* Roles -- these are defined in roles.txt file */

@@ -376,7 +393,7 @@

 div.admonition, div.attention, div.caution, div.danger, div.error,
 div.hint, div.important, div.note, div.tip, div.warning {
-  border: 2px solid gray;
+    border: 2px solid gray;
 }
 pre.literal-block, pre.doctest-block {
     background: #f4f4f4;
@@ -386,7 +403,7 @@
 /* Pygments

 - Styles generated using "HtmlFormatter().get_style_defs('.highlight')"
-- Changed only background from f8f8f8 to f4f4f4 and added margin
+- Changed only background (f8f8f8 -> f4f4f4) and added margin
 - For more details see e.g. http://pygments.org/docs/quickstart/
 */

@@ -1300,7 +1317,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2008-08-26 10:25 UTC.
+<p>Generated on: 2008-09-22 12:30 UTC.
 </p>

 </div>

Modified: trunk/doc/userguide/RobotFrameworkUserGuide.html
==============================================================================
--- trunk/doc/userguide/RobotFrameworkUserGuide.html    (original)
+++ trunk/doc/userguide/RobotFrameworkUserGuide.html Mon Sep 22 05:41:56 2008
@@ -473,7 +473,7 @@
 <body>
 <div class="document" id="robot-framework-user-guide">
 <h1 class="title">Robot Framework User Guide</h1>
-<h2 class="subtitle" id="version-version">Version trunk 20080917</h2>
+<h2 class="subtitle" id="version-version">Version trunk 20080922</h2>

 <!-- This data file has been placed in the public domain. -->
 <!-- Derived from the Unicode character mappings available from
@@ -10514,7 +10514,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2008-09-17 12:08 UTC.
+<p>Generated on: 2008-09-22 12:29 UTC.
 </p>

 </div>

Reply via email to