Save space on navbar and pager
This commit is contained in:
parent
e571aa8a0a
commit
61ee640627
1 changed files with 12 additions and 0 deletions
|
|
@ -40,3 +40,15 @@ ul.pagination li a
|
|||
{
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
/* Waste less space above and below pagers */
|
||||
.pager
|
||||
{
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
/* Waste less space between/below the navbar and the main container */
|
||||
.navbar
|
||||
{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue