i have the following markup
<a class="block"><span class="inline">hello</span>world</a>
the <a>
has a display:block
... if i give the span.inline a margin-top:3px
it also pushes down the text after it. here is a jsfiddle to see this behaviour
could anybody give me a hint why this is happening?