]> granicus.if.org Git - python/commit
+ Got rid of all instances of <small>. Under IE5, GUI-mode pydoc has
authorTim Peters <tim.peters@gmail.com>
Tue, 25 Sep 2001 03:18:32 +0000 (03:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 25 Sep 2001 03:18:32 +0000 (03:18 +0000)
commit2306d246e8c5bb928a432726178047b8d50776f5
treeb749642191766de3881716df478fec6d6e25b961
parent3e767d19e00690435a0edc257f2ac33fc7fca860
+ Got rid of all instances of <small>.  Under IE5, GUI-mode pydoc has
  always been close to useless, because the <small>-ified docstrings
  were too small to read, even after cranking up my default font size
  just for pydoc.  Now it reads fine under my defaults (as does most
  of the web <0.5 wink>).  If it's thought important to play tricks
  with font size, tough, then someone should rework pydoc to use style
  sheets, and (more) predictable percentage-of-default size controls.

+ Tried to ensure that all <dt> and <dd> tags are closed.  I've read (but
  don't know) that some browsers get confused if they're not, and esp.
  when style sheets are in use too.
Lib/pydoc.py