Request for last-visible-child selector

This is a request for a last-visible-child selector. I often wish to
remove the bottom margin from the last visible child in panels, but
this becomes complicated if the actual last child has either
display:none or visibility:hidden so that the element that loses it's
margin is the hidden one rather than the one that is visible.

Received on Wednesday, 15 August 2012 10:02:32 UTC