Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [babel-dev] Release request


Thanks Gabe! I tested the new CSS in Firefox in 1.5, IE6, IE7, Safari 3.0.4. All display okay!

Denis, I think we are ready to release the code. +1 from me.

Kit Lo
IBM Eclipse SDK Globalization Technical Lead
Eclipse Babel Project Co-lead



"Gabe O'Brien" <gabe.obrien@xxxxxxxxxxx>
Sent by: babel-dev-bounces@xxxxxxxxxxx

07/21/2008 02:42 PM

Please respond to
Babel committers mailing list <babel-dev@xxxxxxxxxxx>

To
Babel committers mailing list <babel-dev@xxxxxxxxxxx>
cc
Subject
Re: [babel-dev] Release request





The IE css issue is fixed.  The problem seemed to be IE wasn't
understating the removing on the padding for the files header.

gO'

OLD:
.side-component-small+.files h4{
   padding: 0px;
}

NEW:
.files h4{
   padding: 0px;
}


Gabe O'Brien wrote:
> I will take a look at it and get back to ASAP.
>
> gO'
>
> Kit Lo wrote:
>>
>> I discovered a little CSS style inconsistence for IE6. I'd like Gabe
>> to review that before we release that.
>>
>> Kit Lo
>> IBM Eclipse SDK Globalization Technical Lead
>> Eclipse Babel Project Co-lead
>>
>>
>> *Denis Roy <denis.roy@xxxxxxxxxxx>*
>> Sent by: babel-dev-bounces@xxxxxxxxxxx
>>
>> 07/21/2008 01:45 PM
>> Please respond to
>> Babel committers mailing list <babel-dev@xxxxxxxxxxx>
>>
>>
>>    
>> To
>>     Babel committers mailing list <babel-dev@xxxxxxxxxxx>
>> cc
>>    
>> Subject
>>     [babel-dev] Release request
>>
>>
>>
>>    
>>
>>
>>
>>
>>
>> Team,
>>
>> I think the new features we've introduced on the staging area are fairly
>> stable, so I'd like to tag a release.  Gabe, Kit, please +1.
>>
>> Denis
>>
>>
>> --
>> Denis Roy
>> Manager, IT Infrastructure
>> Eclipse Foundation, Inc.  --  http://www.eclipse.org/
>> Office: 613.224.9461 x224 (Eastern time)
>> Cell: 819.210.6481
>> denis.roy@xxxxxxxxxxx
>>
>> _______________________________________________
>> babel-dev mailing list
>> babel-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/babel-dev
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> babel-dev mailing list
>> babel-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/babel-dev
>>  
>
> _______________________________________________
> babel-dev mailing list
> babel-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/babel-dev

_______________________________________________
babel-dev mailing list
babel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/babel-dev


Back to the top