Home › Forums › CSS › slight problem with :after pseudo element › Re: slight problem with :after pseudo element
January 6, 2013 at 6:29 pm
#120052
Member
Try replacing `#content .entry:after` with `.entry p:last-child:after`.
Here is the browser support for the `:last-child selector` http://caniuse.com/#feat=css-sel3