Remove stickiness from navigation bar in docs

From: Matthijs van der Vleuten <matthijs(at)zr40(dot)nl>
To: pgsql-www(at)postgresql(dot)org
Subject: Remove stickiness from navigation bar in docs
Date: 2018-10-18 19:16:57
Message-ID: B6CD776A-AB7A-4F45-BD86-65D9D3CAC029@zr40.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Hello,

Commit 6679835174a93d5688c649c4feb2604cd6afd2a0 added the site-wide
navigation bar to the docs pages. This navigation bar is stuck to the
top of the browser viewport.

This patch removes the position: fixed style from the navigation bar and
removes the .pg-shout-box padding that compensated for the height of the
navigation bar.

Additionally, since the navigation bar is now no longer permanently on
screen, the main.js script (which only contains code for animating the
navigation bar) is also removed from the docs pages.

Attachment Content-Type Size
unstick-navbar.patch application/octet-stream 2.3 KB

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Jonathan S. Katz 2018-10-18 20:29:48 Re: Remove stickiness from navigation bar in docs
Previous Message Joe Conway 2018-10-18 12:51:15 Re: Wiki editor request