By johnalbin on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-5.x
Introduced in version:
7.x-5.1
Issue links:
Description:
The #main element is missing a position: relative; styling. This is necessary to get the Navigation bar's absolute positioning to be within the main area below the header.
The following files need to have position: relative; added to the #main rulesets:
STARTERKIT/css/layouts/fixed-width-rtl.css
STARTERKIT/css/layouts/fixed-width.css
STARTERKIT/css/layouts/responsive-sidebars.css
STARTERKIT/sass/layouts/fixed-width.scss
STARTERKIT/sass/layouts/responsive-sidebars.scss
The complete diff is here: http://drupalcode.org/project/zen.git/commitdiff/a4fb10d
Impacts:
Site builders, administrators, editors
Themers