I have seen a question here about the same, but I can't get any of the answers to work (at least on chrome).
This question is only for <br>, I know plenty of other techniques to change the height but in this case i can't change the html.
bla<BR><BR>bla<BR>bla<BR><BR>bla
css:
br {
display: block;
margin-bottom: 2px;
font-size:2px;
line-height: 2px;
}
Desired effect: smaller inter-line height.
The only thing I can get to work is display:none, but then all line break are removed.
Here's a fiddle for it using some of the techniques, but see that it renders the exact same as without any css.

<br>in Opera, but not in Webkit or IE. – c69 Sep 30 '11 at 19:45