[Python-checkins] r88848 - tracker/instances/python-dev/html/style.css
ezio.melotti
python-checkins at python.org
Wed Jun 1 20:24:40 CEST 2011
Author: ezio.melotti
Date: Wed Jun 1 20:24:40 2011
New Revision: 88848
Log:
Remove the nowrap from the table cells so that long nosy lists do not overflow the page.
Modified:
tracker/instances/python-dev/html/style.css
Modified: tracker/instances/python-dev/html/style.css
==============================================================================
--- tracker/instances/python-dev/html/style.css (original)
+++ tracker/instances/python-dev/html/style.css Wed Jun 1 20:24:40 2011
@@ -185,7 +185,6 @@
color: #333;
empty-cells: show;
padding: 5px;
- white-space: nowrap;
}
table.form td.optional {
More information about the Python-checkins
mailing list