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 ezio.melotti
Recipients cdunn2001, docs@python, ezio.melotti, fdrake, georg.brandl
Date 2011-01-21.05:11:19
SpamBayes Score 2.504686e-07
Marked as misclassified No
Message-id <1295586683.36.0.220929359845.issue10936@psf.upfronthosting.co.za>
In-reply-to
Content
I did some tests using 20% instead of 230px and found the following problems:
1) while zooming, even if the width of the sidebar doesn't change, the font size does, overflowing from the sidebar;
2) min-width can't be used because the width of the sidebar is given by the margin-left of the bodywrapper, and there's no min-margin-left property that can be used instead;

The font size can probably be changed to fit the width of the sidebar, but the min-width problem remains (I'm thinking about small screens -- e.g. smartphones -- where the sidebar would end up having a width of ~130-160px (I haven't (yet) tested it there though)).
History
Date User Action Args
2011-01-21 05:11:23ezio.melottisetrecipients: + ezio.melotti, fdrake, georg.brandl, cdunn2001, docs@python
2011-01-21 05:11:23ezio.melottisetmessageid: <1295586683.36.0.220929359845.issue10936@psf.upfronthosting.co.za>
2011-01-21 05:11:19ezio.melottilinkissue10936 messages
2011-01-21 05:11:19ezio.melotticreate