Closed (fixed)
Project:
Zen
Version:
7.x-5.x-dev
Component:
CSS/SASS/HTML markup
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2012 at 06:07 UTC
Updated:
24 Jan 2013 at 03:10 UTC
This value is used in a couple of places in the layout sources - because the value of padding-top in #main should equal the height of #navigation.
This patch introduces a new variable, $nav-height, to allow easily changing the height of the nav bar across all layouts.
| Comment | File | Size | Author |
|---|---|---|---|
| 0001-Introduce-height-variable-for-controlling-navigation.patch | 2.19 KB | sfyn |
Comments
Comment #1
finex commentedThe patch looks fine, I've already used this approach on a couple of Zen subthemes :-)
Comment #2
echoz commentedCommitted in http://drupalcode.org/project/zen.git/commit/892ab39. Thanks Sofian!