修复 pagination 偏移

This commit is contained in:
Yuwei Ba 2015-07-20 16:28:19 +08:00
parent 98024733f0
commit 75960d4f2a

View File

@ -59,7 +59,6 @@
display: block;
letter-spacing: 2px;
color: #ccc;
margin-top: 1px;
}
&:hover {
@ -137,6 +136,7 @@
.cross-rotate(180deg);
a {
&:after {
margin-top: -.5px;
content: "\e611";
display: block;
}