[Python-checkins] r54561 - tracker/instances/python-dev/html/style.css

erik.forsberg python-checkins at python.org
Sat Mar 24 21:17:11 CET 2007


Author: erik.forsberg
Date: Sat Mar 24 21:17:11 2007
New Revision: 54561

Modified:
   tracker/instances/python-dev/html/style.css
Log:
Apply loewis patch for wrapping text in Safari. Resolves
http://psf.upfronthosting.co.za/roundup/meta/issue108.


Modified: tracker/instances/python-dev/html/style.css
==============================================================================
--- tracker/instances/python-dev/html/style.css	(original)
+++ tracker/instances/python-dev/html/style.css	Sat Mar 24 21:17:11 2007
@@ -267,6 +267,7 @@
   border-right: 1px solid #afafaf;
   vertical-align: top;
   padding: 2px 5px 2px 5px;
+  max-width: 50em;
 }
 
 table.messages td:first-child {


More information about the Python-checkins mailing list