[Bug 19696] Bottom part of logo doesn't link (masked by #sitenav .container)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19696

--- Comment #3 from Heath <Heath@mpassociates.com> ---
Change:
#sitenav .links {
    padding-left: 150px;
}

To:
#sitenav .links {
    margin-left: 150px;
}

This will fix it without needing to bother with z-index or positions.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 1 November 2012 21:20:18 UTC