Page 3 of 3

Re: Status of next release?

Posted: Sat Jun 25, 2005 10:05 pm
by Greg
Greg wrote: To eliminate the horizontal scrollbar in IE the following needs to be changed in the admin style sheet:
table.pagetable { margin-top: 5px; margin-bottom: 5px; border: 1px solid #c6c3bd; font-size: 1em; width: 100%; }
to this
table.pagetable { margin-top: 5px; margin-bottom: 5px; border: 1px solid #c6c3bd; font-size: 1em; width: 97%; }
Will this be changed for .10 ?

Re: Status of next release?

Posted: Sun Jun 26, 2005 1:33 pm
by Ted
I just committed this change.  I always lose track of stuff in the forums...

Re: Status of next release?

Posted: Sun Jun 26, 2005 4:37 pm
by Greg
Thanks wishy!