Save space on navbar and pager

This commit is contained in:
Christoph Haas 2013-11-16 22:57:02 +01:00
parent e571aa8a0a
commit 61ee640627

View file

@ -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;
}