Skip to content

Instantly share code, notes, and snippets.

@tut-tuuut
Last active August 29, 2015 14:07
Show Gist options
  • Save tut-tuuut/d80b347295c2a407fc4d to your computer and use it in GitHub Desktop.
Save tut-tuuut/d80b347295c2a407fc4d to your computer and use it in GitHub Desktop.
Meilleure ergonomie de la pagination sur nanowrimo.org / bigger buttons for pagination on nanowrimo.org
.pagination > a,
.pagination > em.current,
.pagination > span {
border: 1px solid #ddd;
display: inline-block;
padding: .5em .9em;
border-radius: .3em;
}
.pagination > .disabled {
border-color: #eee;
color: #ddd;
}
.pagination > a:hover,
.pagination > a:focus {
border-color: #3e869e;
color: #fff;
background: #58a4bd;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment