Re: [PHP-WEBMASTER] Alpha Website Bug

2013-07-20 Thread Levi Morrison
On Wed, Jun 19, 2013 at 8:31 PM, Bryan Dunsmore wrote: > When viewing the new Alpha version of php.net in Chromium Version 27 on > Linux the help button is pushed onto a new line. This is easily fixed by > adding: > > ..headhome a { > padding-right: 0; > } > The next iteration of this websit

Re: [PHP-WEBMASTER] Alpha Website Bug

2013-07-20 Thread Daniel Brown
On Jul 20, 2013 2:21 PM, "Bryan Dunsmore" wrote: > > A full month later and this issue still isn't fixed. The website still appears the same as in the previous two screenshots and the proposed fixed of setting padding-right to zero is still applicable. Any chance we can get this fixed? Please

Re: [PHP-WEBMASTER] Alpha Website Bug

2013-06-20 Thread Daniel Brown
On Thu, Jun 20, 2013 at 3:21 AM, Levi Morrison wrote: > On Wed, Jun 19, 2013 at 8:31 PM, Bryan Dunsmore wrote: > >> When viewing the new Alpha version of php.net in Chromium Version 27 on >> Linux the help button is pushed onto a new line. This is easily fixed by >> adding: >> >> ..headhome a { >

Re: [PHP-WEBMASTER] Alpha Website Bug

2013-06-20 Thread Levi Morrison
On Wed, Jun 19, 2013 at 8:31 PM, Bryan Dunsmore wrote: > When viewing the new Alpha version of php.net in Chromium Version 27 on > Linux the help button is pushed onto a new line. This is easily fixed by > adding: > > ..headhome a { > padding-right: 0; > } > On what OS? I do not experience t

[PHP-WEBMASTER] Alpha Website Bug

2013-06-19 Thread Bryan Dunsmore
When viewing the new Alpha version of php.net in Chromium Version 27 on Linux the help button is pushed onto a new line. This is easily fixed by adding: ..headhome a { padding-right: 0; }