Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

versafix: outlook 2007/13 social icon spacing issue #19

Closed
bago opened this issue Oct 14, 2015 · 3 comments
Closed

versafix: outlook 2007/13 social icon spacing issue #19

bago opened this issue Oct 14, 2015 · 3 comments
Milestone

Comments

@bago
Copy link
Member

bago commented Oct 14, 2015

Horizontal spacing between social icons is lost in outlook(word) 2007/2010/2013.

@bago bago added this to the 0.12 milestone Oct 14, 2015
@bago
Copy link
Member Author

bago commented Oct 14, 2015

Fixed.

Outlook (word based) does not support hspace unless it has align="".
Outlook collapse hspaces for adjacent images while other browsers do not (so we override hspace with half margin-left/right)
IE7 based clients sums css margins to hspace (so we need a quirks *property hack with negative half margin)

@bago bago closed this as completed Oct 14, 2015
@bago bago reopened this Oct 30, 2015
@bago
Copy link
Member Author

bago commented Oct 30, 2015

Reopening this because of #23 (social icons ordering)

@bago
Copy link
Member Author

bago commented Oct 30, 2015

Another attempt with a completely different approach. Now we use a simpler solutions, even if the spacing is less predictable (depending on the client it may be from 3px to 10px). In the end they are a simple sequence of icons, so this sounds acceptable.

bago added a commit that referenced this issue Nov 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant