stewartknapman / inside

A css framework, I guess.
http://stewartknapman.github.io/inside
3 stars 1 forks source link

Lobotomised Owl highlights a bug in FX #10

Closed stewartknapman closed 8 years ago

stewartknapman commented 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

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