I am making a theme for tumblr, and I have defined a div called "info" to organize posting times and number of notes in the post. But when I save the changes and I'm going to visualize, nothing changes. When opening the preview element, I realized that it is as if the div did not exist, and the css is not displayed (image). Being that, always before I stylize the divs, I put a background to locate me and then I make the changes.
CSS:
.info{background: #000;}
HTML:
<div class="info">
<a href="{Permalink}" title="{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}">
{TimeAgo}
</a>
{block:NoteCount}
<a href="{Permalink}#notes">
{NoteCountWithLabel}
</a>
{/block:NoteCount}
</div>