Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0

This commit is contained in:
jljsj
2015-08-24 18:10:58 +08:00
+6 -5
View File
@@ -1841,18 +1841,19 @@ a.entry-link:hover {
}
a.entry-link .anticon-smile {
margin-right: 3px;
margin-right: 2px;
display: inline-block;
-webkit-animation: rotateCircleBack 0.5s 1 ease-in-out;
animation: rotateCircleBack 0.5s 1 ease-in-out;
-webkit-animation: rotateCircleBack 0.6s 1 ease-in-out;
animation: rotateCircleBack 0.6s 1 ease-in-out;
position: relative;
top: -1px;
line-height: 1;
width: 16px;
}
a.entry-link:hover .anticon-smile {
-webkit-animation: rotateCircle 0.5s 1 ease-in-out;
animation: rotateCircle 0.5s 1 ease-in-out;
-webkit-animation: rotateCircle 0.6s 1 ease-in-out;
animation: rotateCircle 0.6s 1 ease-in-out;
}
.entry-version {