I’ll try that out.
This is portion from the PHP hile that relates to it:
<div class=”postTarih”>
<span class=”gun”><?php the_time(‘d’) ?></span>
<span class=”month”><?php the_time(‘M’) ?></span>
<span class=”year”><?php the_time(‘Y’) ?></span>
</div>
This is the STylesheet portion:
.post .postUst .postTarih{
background: #666;
width: 96px;
height: 48px;
float: left;
color: #fff;
padding-left: 10px;
padding-top: 3px;