Topic: Image margin
Hi,
I extended the base.css file by the few following lines:
.news_image {
display : block;
float : left;
margin : 10px;
border : 1px solid #000000;
}
Then I used it within a <div class="inbox">foobar</div> block on <img class="news_image" src="'.PUN_ROOT.'/img/smilies/cool.png" alt="" />.
The problem is, that neither the margin nor the border is shown by the browser. Any ideas about what could be wrong?