On 01/19/2016 05:31 PM, Kyle Auble wrote:
The new theme looks realllly good; I only noticed a couple things (on Iceweasel/Firefox 38.5.0) about the navigation tabs. On the main WineHQ pages (but not the wiki), they don't stick to the top of the window (I think it's caused by the 45px margin-top for #whq-page-body, line 302 of styles.css).
The 45px margin-top on #whq-page-body allows the search input to be above it. The whq-search-box is absolute positioned. The tabs themselves have a 0 margin and padding, so nothing should be above them.
The other issue is the tab labels seem to be smaller on the wiki than on the main page; the only difference I'm seeing in CSS Inspector though is that on the main page, styles.css is overriding bootstrap to give ... font-family: "bitstream vera sans","verdana","arial","helvetica",sans-serif while on the wiki, load.php is overriding bootstrap so that ... font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
Yep, good catch. That was a leftover from the old design, I had meant to remove that.