Skip to content

Commit

Permalink
fix pagination bullet margin
Browse files Browse the repository at this point in the history
  • Loading branch information
coolskull committed Jul 2, 2016
1 parent 46928ed commit 5deb2e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/vue-swiper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/vue-swiper.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

.swiper-pagination-bullet {
display: block;
margin: 5px 0;
margin: 6px 0;
}
}

Expand All @@ -64,7 +64,7 @@

.swiper-pagination-bullet {
display: inline-block;
margin: 0 5px;
margin: 0 3px;
}
}
}

0 comments on commit 5deb2e3

Please sign in to comment.