To handle a case where the window is smaller than expected and links
shift to a second row of content, adjust the CSS so that it can change
heights more dynamically for the content contained within.
Signed-off-by: Ben Shum <ben@evergreener.net>
font-size: [% css_fonts.size_small %];
font-weight: bold;
position: relative;
- top:4px;
-
+ overflow: auto;
}
#header-links a {
float:left;
margin-right:22px;
[%- END %]
+ margin-top: 4px;
+ margin-bottom: 6px;
}
#header-links a:hover {
}
#gold-links-holder {
- height: 24px;
+ height: auto;
background-color: [% css_colors.background_invert %];
}