Added space left and right of pagination
This commit is contained in:
parent
90b5b2dedb
commit
44df4b2c3f
1 changed files with 9 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue