just inspect the header with something like firebug and see what of your
css doesn't "override" the default style. Honestly, I couldn't live without
tools like firebug....
On Tuesday, November 27, 2012 6:26:05 PM UTC+1, Cliff Kachinske wrote:
>
> Can anyone tell me how to reduce the vertical white space at the bottom of
> the <header> element that appears in layout.html when rendered? I think
> it's bottom padding, but I'm not sure.
>
> I've been tuning the style of some elements with custom style sheet using
> @media screen, but I can't seem to find what controls the height for the
> header.
>
> I've added this line to my layout.html after the default appends. I think
> that means my css will override the preceding ones. Is that correct?
> {{response.files.append(URL('static','css/base_plus.css'))}}
>
>
>
--