This commit is contained in:
Mark Otto 2016-12-28 14:48:07 -08:00 committed by Mark Otto
parent 766d22ebb7
commit d91481397e
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
.pagination {
display: flex;
// 1-2: Disable browser default list styles
list-style: none; // 1
padding-left: 0; // 2
padding-left: 0; // 1
list-style: none; // 2
@include border-radius();
}