There is a small issue with the handling of CSS around inline links as demonstrated here:

The basic change needed looks like this:
ul.links.inline li a {
- display: inline-block;
+ display: inline;
padding: 18px 0 5px;
}
This fixes it as demonstrated:

| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1838602-inline-block-to-inline-for-links-1.patch | 248 bytes | populist |
Comments
Comment #1
populist commentedHere is a patch to get this done.
Comment #2
mjohnq3 commentedThanks. This will be incorporated in the upcoming beta release.
Comment #3
mjohnq3 commentedAdded to beta1 release.
Comment #5
franskuipers commentedI don't see this patch included in this commitdiff on December 11, 2012.
Current code in -bata1 and 7.x-1.x:
Comment #6
mjohnq3 commentedYou're correct. Thanks for the heads up.
Committed (194c16b) and pushed to 7.x-1.x.