lemonmade / bigfoot

A jQuery plugin for creating exceptional footnotes.
http://www.bigfootjs.com
MIT License
936 stars 69 forks source link

Line-height issue in Safari #11

Closed josiahwiebe closed 10 years ago

josiahwiebe commented 10 years ago

I've customised bigfoot-number.scss to my liking, but it appears to not be setting line-height correctly in Safari.

Chrome: chrome

Safari: safari

lemonmade commented 10 years ago

Do you have a link or jsfiddle or something where I can see the source?

josiahwiebe commented 10 years ago

The site is thenewsprint.co and you can see the CSS file here.

lemonmade commented 10 years ago

Looks like a font rendering bug in one of the two (not sure which, probably Safari). I got them to look basically the same by changing the following rules:

.footnote-button:before {
    line-height: 1.4em;
    bottom: 0;
}

I don't think there is anything more I can do so I'm going to close this issue.