mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
Merge pull request #155 from ant-design/fix-pagination-center
修复分页组件在 IE8 不能居中的问题
This commit is contained in:
commit
363ecca6b6
@ -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…
Reference in New Issue
Block a user