slimmer 0.1.14
07 May 2005
www.issuetrackerproduct.c...wnload/slimmer-0.1.14.tgz
A new slimmer module has been released. This one has a bug fix that does not damage "Holly-hacks" in CSS which is used in the IssueTrackerProduct to rescue Windows IE6 users.
It is recommended that you download and install this one for your Python2.3. If you are using optimized templates in the IssueTrackerProduct and have installed one of the latest versions (0.6.6 and above) you'll find that it uses a CSS hack that the old slimmer module did not support.
So, if your CSS definition contains something like this:
/* Holly hack to cure peek-a-boo IE 6 bug*/
/* Hides from IE5-mac \*/
* html #region-content {height: 1%;}
/* End hide from IE5-mac */
It will now slimmer this into:
/* Hides from IE5-mac \*/
* html #region-content{height:1%}/* End hide from IE5-mac */