Added space left and right of pagination

This commit is contained in:
Christoph Haas 2013-11-16 22:14:42 +01:00
parent 90b5b2dedb
commit 44df4b2c3f

View file

@ -25,12 +25,18 @@ div.thumbnail
/* Pagination is shown in top bar. Reduce margin to avoid making the nav bar larger. */
ul.pagination
{
margin-top: 8px;
margin-bottom: 0;
margin: 8px 16px;
}
/* Make paginator a bit narrower to save space */
ul.pagination li a
{
padding-left: 6px;
padding-right: 6px;
}
/* Top bar is fixed. Move main part down so the bar does not hide it. */
.container-main
{
margin-top: 60px;
}
}