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

nth-child(2n) css were missing. #8

Open
johnbritto1 opened this issue Mar 1, 2015 · 0 comments
Open

nth-child(2n) css were missing. #8

johnbritto1 opened this issue Mar 1, 2015 · 0 comments

Comments

@johnbritto1
Copy link

hi,

Thanks for nice theme.

I have found an issue. the body css is entirely in white color. there were no separation of bg colors between the 1st and 2nd row. Actually the theme is missing the following CSS class in fancyindex.css

tr:nth-child(2n) {
background: none repeat scroll 0% 0% #F4F4F4;
}

Adding this will resolve the issue and works for me.. just signup to github to let you know.
Please make correction if you think it is bug.

thanks,
John.

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

No branches or pull requests

1 participant