mx3m / hikari-for-jekyll

An open-source theme for Jekyll
http://mx3m.github.io/hikari-for-jekyll
MIT License
235 stars 86 forks source link

Different display between Chrome and Firefox #15

Closed yurochka closed 10 years ago

yurochka commented 10 years ago

Hello. I love your hikari theme for jekyll especially the name:P But I met a problem when viewing the demo site with different browsers. Just as the images below, the first one is with Chrome (and Safari as well) while the other Firefox (IE also). In the latter case, there's a blank margin between two post items. Is there anyway to fix this problem? Thank you. ch ff

mx3m commented 10 years ago

Wow! Nice catch. Never checked on Firefox nor IE before you mentioned this.

Fixed it. Pushing the fix right now.

mx3m commented 10 years ago

@Yurochka Please check when you have time; let me know if it fixed the issue on your end too. Thank you so much for reporting!

ssorallen commented 10 years ago

Looks like the problem was list-style-type: circle applying to the front page. If you add list-style-type: none to the .posts li selector, that fixes it as well.

yurochka commented 10 years ago

Thank you @m3xm and @ssorallen for the quick response. It is fixed now.