Closed stewartknapman closed 8 years ago
Strangely <br> gets mangled in Firefox and instead of being treated like an inline element it shows the margin top: http://alistapart.com/comments/axiomatic-css-and-lobotomized-owls#338615
<br>
To fix:
* + br { margin-top: 0; }
There are probably a couple of other things that need to be reset here as well: http://alistapart.com/comments/axiomatic-css-and-lobotomized-owls#338193
Strangely
<br>
gets mangled in Firefox and instead of being treated like an inline element it shows the margin top: http://alistapart.com/comments/axiomatic-css-and-lobotomized-owls#338615To fix:
There are probably a couple of other things that need to be reset here as well: http://alistapart.com/comments/axiomatic-css-and-lobotomized-owls#338193