Today I needed to make a fix for IE8 in which I used the following selector to align 3 boxes horizontally.
#page-content .section-servicos .box-servico:nth-child(3n+2){ margin-right:0px; }
In IE8 this code does not work, so I decided to do...
asked by
17.02.2014 / 17:50