File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 22 * BNETDocs (C) 2016 Creative Commons CC-BY-NC-SA 4.0 License
33 */
44
5+ table .comments {
6+ table-layout : fixed;
7+ }
58table .comments td {
69 vertical-align : top;
710}
@@ -12,9 +15,10 @@ table.comments td p:last-of-type {
1215 margin-bottom : 0px ;
1316}
1417table .comments td : first-child {
15- padding-top : 8px ;
16- min-width : 180px ;
1718 max-width : 180px ;
19+ min-width : 180px ;
20+ padding-top : 8px ;
21+ width : 180px ;
1822}
1923table .comments td : last-child {
2024 font-size : 10pt ;
@@ -35,6 +39,3 @@ table.comments blockquote:first-child {
3539table .comments blockquote : last-child {
3640 margin-bottom : 0px ;
3741}
38- table .comments code {
39- width : 538px ;
40- }
Original file line number Diff line number Diff line change 22 * BNETDocs (C) 2016 Creative Commons CC-BY-NC-SA 4.0 License
33 */
44
5+ table .info {
6+ table-layout : fixed;
7+ }
58table .info code {
69 margin : -0.9em 0px ;
710}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ require("./header.inc.phtml");
5858 echo "</ul> " ;
5959 }
6060 ?> </td></tr>
61- <tr><th>Format:</th><td><pre><code><?php echo $ object ->getPacketFormat (); ?> </code></pre></td></tr>
61+ <tr><th>Format:</th><td><p>< pre><code><?php echo $ object ->getPacketFormat (); ?> </code></pre></p ></td></tr>
6262 </tbody></table>
6363 </section>
6464 <header>Remarks</header>
You can’t perform that action at this time.
0 commit comments