Browse Source

Merge pull request #155 from ant-design/fix-pagination-center

修复分页组件在 IE8 不能居中的问题
pull/156/head
偏右 9 years ago
parent
commit
363ecca6b6
  1. 2
      style/components/pagination.less

2
style/components/pagination.less

@ -59,6 +59,7 @@
display: block;
letter-spacing: 2px;
color: #ccc;
text-align: center;
}
&:hover {
@ -119,6 +120,7 @@
height: 26px;
line-height: 26px;
font-family: "anticon";
text-align: center;
}
}

Loading…
Cancel
Save