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

This commit is contained in:
Alfred Xing 2015-01-29 14:07:49 -08:00
commit 63bca94bde
1 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,9 @@
display: block; display: block;
padding: 5px 10px; padding: 5px 10px;
margin-right: 0 !important; &:not(:last-child) {
margin-right: 0;
}
margin-left: 20px; margin-left: 20px;
} }
} }