Código:
el problema que tengo es que quiero dejar algo mas de margen entre LH y el primer enlace ya que quedan muy pegados.<UL class="follow"> <LH>Siguenos</LH> <LI><a href="http://twitter.com/AQUI_TU_USUARIO" target="_blank"><img src="https://lh6.googleusercontent.com/--aIk2uBwEKM/T3nN1x09jBI/AAAAAAAAAs8/qzDsbw3kEm8/s32/twitter32.png" width=32 height=32 alt="Síguenos en Twitter" /></a></LI> <LI><a href="http://www.facebook.com/AQUI_TU_PAGINA" target="_blank"><img alt="Siguenos en Facebook" src="https://lh6.googleusercontent.com/-CYt37hfDnQ8/T3nNydojf_I/AAAAAAAAAr0/P5OtlZxV4rk/s32/facebook32.png" width=32 height=32 /></a></LI> </UL>
he intentado darle margen de todas las maneras posibles , a través de css, jquery pero no lo consigo.
a priori diria que...
.follow > li:first-child { margin-top:10px;} - deberia funcionar?