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 bug: remove dots in blog post pagination ul #60

Merged
merged 1 commit into from
Jul 24, 2019

Conversation

bethaitman
Copy link
Contributor

There's a display issue with pagination on blog post list pages:

image

I'm not super confident in my CSS knowledge so I don't know if this is the "correct" fix, but these are coming from the standard list-style-type: disc. Adding list-style-type: none to ul.pagination in https://github.com/alex-shpak/hugo-book/blob/master/assets/book.scss#L79 fixed it for me.

@alex-shpak
Copy link
Owner

LGTM, Thanks!

@alex-shpak alex-shpak merged commit 85f3a2d into alex-shpak:master Jul 24, 2019
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.

None yet

2 participants