mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
fixes a rendering problem on IE5. General adjustments to the table* environments, including using <thead> and <tbody>. Attempt to adjust the vertical alignment of the table cells so that the baseline of the first cell matches the baseline of the remaining cells: When the first cell is small and the second cell of the same row is multi-line, the first cell was vertically centered by default. Specifying valign=baseline fixes the problem on IE, but Netscape seems to ignore both valign=top and valign=baseline (even though valign is NS's fault!). Make the horizontal alignment of 'p' columns left instead of center (for the headings). |
||
|---|---|---|
| .. | ||
| howto.perl | ||
| l2hinit.perl | ||
| ltxmarkup.perl | ||
| manual.perl | ||
| python.perl | ||
| SynopsisTable.pm | ||