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

Fix carousel controls styling consistency cross-platform #5083

Closed
wants to merge 1 commit into from

Conversation

MitchellMcKenna
Copy link

Fix the size of the arrow in carousel controls on Windows being roughly double the size of the arrow on other platforms such as Mac because Helvetica is not installed by default on Windows. Usually falling back on Arial from Helvetica is fine, but the arrow's font-size is 60px and at that size the height of the font differs greatly.

By forcing the carousel controls to Arial at font-size 36px, we can have a consistent looking carousel control cross-platform.

Before commit: http://i.imgur.com/obRunh.jpg
After commit: http://i.imgur.com/dSqHIh.jpg

- Fixes arrow in carousel controls on Windows being roughly double the
  size of the arrow on other platforms such as Mac which have Helvetica
  font installed, by forcing carousel controls to use Arial.
@mdo
Copy link
Member

mdo commented Oct 2, 2012

I'm fine with IE looking a bit different here. The carousel styling will change up in a coming release, so for now we'll leave it as is. Thanks though!

@mdo mdo closed this Oct 2, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants