You see the footer, there should be icons, but they're not showing up, instead you see those empty squares. How can I get them to show up.
This is my html for the footer:
<footer class="gradient">
<div id="inf-{PostID}" class="post-inf">
<div class="accordion-group post-meta">
<div id="meta-{PostID}" class="meta-links clearfix collapse in">
<div class="timestamp"><a href="{Permalink}" data-toggle="tooltip" data-placement="top" data-trigger="hover" title="View Post – {lang:Posted at FormattedTime}"><i class="icon icon-time"></i><span> {TimeAgo}</span></a>
</div>
<div class="note-count"><a href="{Permalink}#notes" title="{lang:This post has NoteCount notes}"><i class="icon icon-heart"></i><span> {NoteCount}</span></a>
</div>
<div class="reblog"><a href="{ReblogURL}" title="Reblog"><i class="icon icon-retweet"></i><span> Reblog</span></a>
</div>{block:Photo}
<div class="highres"><a href="{PhotoURL-HighRes}" title="{lang:View high resolution}"><i class="icon icon-picture"></i><span> High-Res</span></a>
</div>{/block:Photo}
<div class="share-open"><a data-toggle="collapse" data-parent="#inf-{PostID}" href="#share-{PostID}" title="{lang:Share this}"><i class="icon icon-share"></i><span> Share</span></a>
</div>
</div>
</div>
I'm trying to get the icons show up with:
.index-page .grid article.minimal.type-photo footer .post-meta .meta-links .timestamp {background-image: url ('http://static.tumblr.com/rlvxgqe/0G8mt9ogs/questionmark.png');}
Also tried this:
#inf-{PostID}#meta-{PostID} .timestamp .icon.icon-time {background-image: url ('http://static.tumblr.com/rlvxgqe/0G8mt9ogs/questionmark.png');}
None of these work, I'm guessing that I'm not targeting the right anchor? Could someone give me hand? much appreciated!
Here's the full html code if it helps: http://pastebin.com/Q5m14Qk1