You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2015/06/04 06:16:35 UTC

svn commit: r1683460 - in /tcl/rivet/branches/2.2: ChangeLog doc/rivet.css doc/xml/request.xml

Author: mxmanghi
Date: Thu Jun  4 04:16:34 2015
New Revision: 1683460

URL: http://svn.apache.org/r1683460
Log:
    * doc/rivet.css: changing selector for namespace table as DocBook
    seems not to honor the id attribute anymore
    * doc/xml/request.css: changing the id "namespaces" as class


Modified:
    tcl/rivet/branches/2.2/ChangeLog
    tcl/rivet/branches/2.2/doc/rivet.css
    tcl/rivet/branches/2.2/doc/xml/request.xml

Modified: tcl/rivet/branches/2.2/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/ChangeLog?rev=1683460&r1=1683459&r2=1683460&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/ChangeLog (original)
+++ tcl/rivet/branches/2.2/ChangeLog Thu Jun  4 04:16:34 2015
@@ -1,3 +1,8 @@
+2015-06-03 Massimo Manghi <mx...@apache.org>
+    * doc/rivet.css: changing selector for namespace table as DocBook
+    seems not to honor the id attribute anymore
+    * doc/xml/request.css: changing the id "namespaces" as class
+
 2015-05-21 Massimo Manghi <mx...@apache.org>
     * doc/xml/installation.html: wrong links fixed
 

Modified: tcl/rivet/branches/2.2/doc/rivet.css
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/doc/rivet.css?rev=1683460&r1=1683459&r2=1683460&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/doc/rivet.css (original)
+++ tcl/rivet/branches/2.2/doc/rivet.css Thu Jun  4 04:16:34 2015
@@ -313,31 +313,32 @@ UL  {
      /*    list-style: url("images/tux-bullet.png") disc; */
     }
 
-#namespaces {
+.namespaces {
 	border: 1px solid black;
 }
 
-#namespaces td {
+.namespaces td {
 	padding:	0.2em 1em;
 	/* font-weight: bold; */
 }
 
-#namespaces thead {
+.namespaces thead {
 	background-color: #aaf;
 }
 
-#namespaces tr.init {
+.namespaces tr.init {
 	background-color: #e88;	
 }
 
-#namespaces tr.childinit {
+.namespaces tr.childinit {
 	background-color: #eee;		
 }
 
-#namespaces tr.processing {
+.namespaces tr.processing {
 	background-color: #e88;	
-}	
-#namespaces tr.childexit {
+}
+	
+.namespaces tr.childexit {
 	background-color: #eee;		
 }
 

Modified: tcl/rivet/branches/2.2/doc/xml/request.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/doc/xml/request.xml?rev=1683460&r1=1683459&r2=1683460&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/doc/xml/request.xml (original)
+++ tcl/rivet/branches/2.2/doc/xml/request.xml Thu Jun  4 04:16:34 2015
@@ -202,7 +202,7 @@
 			will take care of cleaning the namespace up and everything created inside the namespace
 			will be destroyed.
 		</para>
-		<table id="namespaces">
+		<table align="center" title="Apache Rivet Scripts" class="namespaces">
 			<thead>
 				<td>Stage</td><td>Script</td><td>Namespace</td>
 			</thead>
@@ -216,8 +216,9 @@
 				<tr class="processing"><td>AfterScript</td><td>::</td></tr>
 				<tr class="processing"><td>AbortScript</td><td>::</td></tr>
 				<tr class="processing"><td>AfterEveryScript</td><td>::</td></tr>
-				<tr class="processing"><td>Error Handling</td><td>ErrorScript</td><td>::</td></tr>
 				<tr class="childexit"><td>Child Termination</td><td>ChildExitScript</td><td>::</td></tr>
+				<tr class="processing"><td>Error Handling</td><td>ErrorScript</td><td>::</td></tr>
+
 			</tbody>
 		</table>
 	</simplesect>



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org