The links at the bottom, right? Put this in GLOBAL_HEAD between the style tags:
CODE
.meta, .index{
visibility:hidden;
}
.entrybox .meta, .entrybox .index, .shadowed .meta{
visibility:visible;
}
table table tr.caption td.index {visibility:visible}
table table tr.caption td.index a {visibility:visible}
From
this post.