Merge pull request #3329 from tkrotoff/fix-nav-items-gaps

This commit is contained in:
Parker Moore 2015-01-24 11:56:52 -08:00
commit 3e609b1cd9
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@
.page-link { .page-link {
display: block; display: block;
padding: 5px 10px; padding: 5px 10px;
margin-right: 0 !important;
margin-left: 20px;
} }
} }
} }