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

minor css change to test hook #4

Closed
wants to merge 2 commits into from
Closed

Conversation

groovecoder
Copy link
Owner

No description provided.

@groovecoder groovecoder reopened this Jan 22, 2016
transform: translateZ(60px);
}
}
.block:nth-of-type(6n-5) > .face {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CSS 2.1 selectors not supported by: IE (6)

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CSS3 selectors not supported by: IE (6,7,8)

}

.block:nth-of-type(6n+1) > .face {
animation-delay: 1.07692s;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CSS Animation not supported by: IE (6,7,8,9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant