Closed (fixed)
Project:
Amadou
Version:
5.x-3.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
2 Jul 2007 at 19:37 UTC
Updated:
17 Jul 2007 at 14:53 UTC
When the primary links are not active (above the header), the entire layout slides up.
To fix this, add a height property (and value) to the #menu selector in style.css
Line 129 - line 140 (style.css)
#menu
{
color:#fff;
font-size:1.23em;
font-weight:normal;
line-height:1.3em;
letter-spacing:1px;
margin: 0;
padding:0;
white-space:nowrap;
height:20px;
}
| Comment | File | Size | Author |
|---|---|---|---|
| cssfix.patch | 207 bytes | jwolf |
Comments
Comment #1
jwolf commentedFixed in amadou 5.x-3.2
Comment #2
(not verified) commented