This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gladman
Recipients gladman, paul.moore, roelschroeven, steve.dower, tim.golden, zach.ware
Date 2018-06-30.14:57:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530370653.11.0.56676864532.issue34006@psf.upfronthosting.co.za>
In-reply-to
Content
Comparing the basic.css files for the 3.6.5 chm file and the 3.6.6 chm file shows that the latter has the following body style definition that the earlier versions don't have:

/* -- general body styles ----------------------------- */

div.body {
    min-width: 450px;
    max-width: 800px;
}

So it seems that the later versions set a maximum width that is not present in the earlier versions.
History
Date User Action Args
2018-06-30 14:57:33gladmansetrecipients: + gladman, paul.moore, tim.golden, zach.ware, steve.dower, roelschroeven
2018-06-30 14:57:33gladmansetmessageid: <1530370653.11.0.56676864532.issue34006@psf.upfronthosting.co.za>
2018-06-30 14:57:33gladmanlinkissue34006 messages
2018-06-30 14:57:33gladmancreate