Remove style information from html and put it in css instead
Brought to you by:
edloper
As proposed in Feature request 1764180 (http://sourceforge.net/tracker/index.php?func=detail&aid=1764180&group_id=32455&atid=405621) I've submitted a patch that removes style information from the HTML markup and places everything in CSS.
remove style info from html template and put everything in css
Logged In: YES
user_id=144333
Originator: YES
Oh, the patch is against the svn trunk version of epydoc (a few weeks ago).
Logged In: YES
user_id=195958
Originator: NO
I tried applying this patch, but it significantly changes the way that the output looks -- e.g., the floats for the options are displayed in the wrong place (below where they should be). If I get a chance, I'll go through and look at the patch in more detail, making changes one at a time & ensuring that they have the right result in several test browsers. Or feel free to update the patch & upload it again. :) I tried looking at the resulting html (from the patch) in IE 6 and Mozilla 1.7.2, for now.