Right now you have padding on the <a> without using display:inline-block;
That makes it break some layouts in some browsers.
Need to add:
#rights #menu ul.actions a {
display:inline-block;
}
to default.css
Original issue reported on code.google.com by pha...@gmail.com on 24 Jul 2011 at 7:42
Original issue reported on code.google.com by
pha...@gmail.com
on 24 Jul 2011 at 7:42