Re: RFR: JDK-8248566: Make API docs more usable on mobile browsers

2020-11-26 Thread Jonathan Gibbons
On Thu, 26 Nov 2020 19:27:49 GMT, Jonathan Gibbons wrote: >> The purpose of this change is to make javadoc generated pages more usable on >> devices with smaller screens such as phones and tablets. Changes are mostly >> in `stylesheet.css` along with a few small changes in generated HTML pages.

Re: RFR: JDK-8248566: Make API docs more usable on mobile browsers

2020-11-26 Thread Jonathan Gibbons
On Mon, 2 Nov 2020 14:41:15 GMT, Hannes Wallnöfer wrote: > The purpose of this change is to make javadoc generated pages more usable on > devices with smaller screens such as phones and tablets. Changes are mostly > in `stylesheet.css` along with a few small changes in generated HTML pages. >

RFR: JDK-8248566: Make API docs more usable on mobile browsers

2020-11-05 Thread Hannes Wallnöfer
The purpose of this change is to make javadoc generated pages more usable on devices with smaller screens such as phones and tablets. Changes are mostly in `stylesheet.css` along with a few small changes in generated HTML pages. - A `viewport` meta tag is added to every page to tell browsers th