[docs] [issue10936] Simple CSS fix for left margin at docs.python.org
Ezio Melotti
report at bugs.python.org
Fri Jan 21 05:18:35 CET 2011
Ezio Melotti <ezio.melotti at gmail.com> added the comment:
The min-width is necessary in case the CSS is changed to resize the sidebar dynamically. If it gets too narrow it would start getting unusable and the text will start overflowing.
Possible alternatives are:
1) use a percentage and min-width;
2) like 1) but also collapse the sidebar automatically when its width gets smaller than the min-width;
3) leave a fixed width but make the sidebar mouse-resizable (that will conflict with the collapsibility though and is less trivial to do);
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10936>
_______________________________________
More information about the docs
mailing list