You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by hu...@apache.org on 2012/06/15 23:32:06 UTC

svn commit: r1350813 - in /trafficserver/site/trunk/content: docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext styles/1140.css

Author: humbedooh
Date: Fri Jun 15 21:32:05 2012
New Revision: 1350813

URL: http://svn.apache.org/viewvc?rev=1350813&view=rev
Log:
Wrap the table in a div so it can be styled (to be continued).

Modified:
    trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext
    trafficserver/site/trunk/content/styles/1140.css

Modified: trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext?rev=1350813&r1=1350812&r2=1350813&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext (original)
+++ trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext Fri Jun 15 21:32:05 2012
@@ -61,6 +61,7 @@ have been handled.
 The following table lists events and the corresponding type of `void * `data
 passed to handler functions:
 
+<div class="smalltable">
 | Event | Hook or API Function That Sends the Event | Event Data Type |
 --------|-------------------------------------------|------------------
 | `TS_EVENT_HTTP_READ_REQUEST_HDR` | `TS_HTTP_READ_REQUEST_HDR_HOOK` | `TSHttpTxn` |
@@ -100,7 +101,7 @@ passed to handler functions:
 | `TS_EVENT_HTTP_CONTINUE` | ` ` | ` ` |
 | `TS_EVENT_HTTP_ERROR` | ` ` | ` ` |
 | `TS_EVENT_MGMT_UPDATE` | `TSMgmtUpdateRegister` | `NULL` |
-
+</div>
 The continuation functions are listed below:
 
 * `TSContCall`

Modified: trafficserver/site/trunk/content/styles/1140.css
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/styles/1140.css?rev=1350813&r1=1350812&r2=1350813&view=diff
==============================================================================
--- trafficserver/site/trunk/content/styles/1140.css (original)
+++ trafficserver/site/trunk/content/styles/1140.css Fri Jun 15 21:32:05 2012
@@ -126,6 +126,10 @@ img {
   padding-left: 20px;
 }
 
+.smalltable {
+  font-size: 11px;
+  
+}
 
 /* Smaller screens */