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

修复分页组件在 IE8 不能居中的问题
This commit is contained in:
偏右 2015-08-18 14:41:06 +08:00
commit 363ecca6b6

View File

@ -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;
}
}