Thanks, KevinH... Serves me right for waiting so long. That's going to be a drag to go back and fix across the library...
Looks like the closest thing to a working solution is:
Code:
{
content: " ";
display: block;
margin: 0.5em 0;
}
...though I worry about these kinds of "tricks" creating problems down the line.