Skip to content

Better pages header

Achilleas Pipinellis requested to merge axil/www-gitlab-com:simple_header into master

Sorry for the lame title, couldn't think anything better right now :/

The point is to use the already defined simple-header class instead of header id. I tested all possible pages, but a second pair of eyes could be of use.

Some pages, like the jobs one, where too close at the header so I added a margin-bottom: 20px; to the simple-header class and also narrowed the padding to 20px from 80px which seemed too big. And since adding the margin-bottom there was a difference in color so I also added a background-color: f9f9f9; (light grey) to body which will also get rid of the white (up/bottom) in subscription (see screenshots).

Some random screens

Documentation Before

simple_header_documentation_before

Documentation After

simple_header_documentation_after

About Before

simple_header_about_before

About After

simple_header_about_after

Subscription Before

simple_header_subscription_before

Subscription After

simple_header_subscription_after

Merge request reports