0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
This commit is contained in:
Mark Otto 2016-12-28 14:48:07 -08:00 committed by Mark Otto
parent 766d22ebb7
commit d91481397e

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();
}