This commit is contained in:
Trustin Lee 2009-06-19 16:45:30 +00:00
parent 85f1db7459
commit 54dd31c449
5 changed files with 10 additions and 5 deletions

View File

@ -56,17 +56,22 @@ h5 {
/* Tables */ /* Tables */
table { table {
border-collapse : collapse; border-collapse: collapse;
border-color: black;
} }
th { th {
text-align: left; text-align: left;
background: #CCCCFF; background: #CCCCFF;
color:#000000; color:#000000;
padding: 3px 6px;
border-color: black;
} }
td { td {
vertical-align: top; vertical-align: top;
padding: 3px 6px;
border-color: black;
} }
/* Table colors */ /* Table colors */

View File

@ -36,7 +36,7 @@ import org.jboss.netty.handler.codec.replay.ReplayingDecoder;
* {@link HttpChunk}s. * {@link HttpChunk}s.
* *
* <h3>Parameters that prevents excessive memory consumption</h3> * <h3>Parameters that prevents excessive memory consumption</h3>
* <table> * <table border="1">
* <tr> * <tr>
* <th>Name</th><th>Meaning</th> * <th>Name</th><th>Meaning</th>
* </tr> * </tr>

View File

@ -30,7 +30,7 @@ import org.jboss.netty.handler.codec.frame.TooLongFrameException;
* Decodes {@link ChannelBuffer}s into {@link HttpRequest}s and {@link HttpChunk}s. * Decodes {@link ChannelBuffer}s into {@link HttpRequest}s and {@link HttpChunk}s.
* *
* <h3>Parameters that prevents excessive memory consumption</h3> * <h3>Parameters that prevents excessive memory consumption</h3>
* <table> * <table border="1">
* <tr> * <tr>
* <th>Name</th><th>Meaning</th> * <th>Name</th><th>Meaning</th>
* </tr> * </tr>

View File

@ -31,7 +31,7 @@ import org.jboss.netty.handler.codec.frame.TooLongFrameException;
* {@link HttpChunk}s. * {@link HttpChunk}s.
* *
* <h3>Parameters that prevents excessive memory consumption</h3> * <h3>Parameters that prevents excessive memory consumption</h3>
* <table> * <table border="1">
* <tr> * <tr>
* <th>Name</th><th>Meaning</th> * <th>Name</th><th>Meaning</th>
* </tr> * </tr>

View File

@ -45,7 +45,7 @@ import org.jboss.netty.util.TimerTask;
* read, write, or both operation for a while. * read, write, or both operation for a while.
* *
* <h3>Supported idle states</h3> * <h3>Supported idle states</h3>
* <table> * <table border="1">
* <tr> * <tr>
* <th>Property</th><th>Meaning</th> * <th>Property</th><th>Meaning</th>
* </tr> * </tr>