Skip to content

Mirror of the R manuals with a new visual style

2 messages · Barry Rowlingson, Jon Clayden

#
On Tue, Oct 23, 2012 at 12:37 PM, Jon Clayden <jon.clayden at gmail.com> wrote:
Very elegant. Could you restyle the whole of www.r-project.org now
please? And without using FRAMEs? :)

 One comment - all the code areas have visible horizontal scroll bars,
even when not needed. Perhaps change the CSS from :

overflow-x: scroll

to

overflow-x: auto;

 so the bars only appear when needed. Maybe its different on your
browser, but I see dead scroll bars (firefox and chrome)

Barry
#
Hi Barry,
On 23 October 2012 14:00, Barry Rowlingson <b.rowlingson at lancaster.ac.uk> wrote:
I'm not sure I'm quite ready to volunteer for that job, and besides,
I'm not sure whether my interference would necessarily be welcome...
:)

Avoiding the use of frames was certainly one of the drivers behind the
restyling.
Thanks, good point. I use Safari, which doesn't show the bars unless
they're needed anyway, but I should have checked in Firefox too. I'll
change it.

All the best,
Jon