0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

update pagination list reset styles

This commit is contained in:
Mark Otto 2016-12-28 14:39:26 -08:00 committed by Mark Otto
parent c73bea60de
commit 645330a755

View File

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