]> granicus.if.org Git - python/commit
do_cmd_seetext(): Clean up so we get proper nesting of <div>s. This
authorFred Drake <fdrake@acm.org>
Wed, 28 Apr 1999 13:54:30 +0000 (13:54 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 28 Apr 1999 13:54:30 +0000 (13:54 +0000)
commit79189b5fd50977700910ca0c9a6627684690d7bd
tree1b202034a696290dbfdd3ce5fec6bcd2434dd9ef
parent630b811676c24bd3c15df9484c3e73c500fbf746
do_cmd_seetext():  Clean up so we get proper nesting of <div>s.  This
   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).
Doc/perl/python.perl