modify previewer

This commit is contained in:
kekee000
2014-10-17 10:32:44 +08:00
parent 2cfa095825
commit dfaa2754bf
6 changed files with 62 additions and 40 deletions

View File

@@ -25,7 +25,7 @@
}
}
.icon_lists {
.icon-list {
overflow: hidden;
li {
@@ -43,10 +43,16 @@
font-style: normal;
-webkit-transition:font-size .25s ease-out 0s;
-moz-transition:font-size .25s ease-out 0s;
transition:font-size .25s ease-out 0s
transition:font-size .25s ease-out 0s;
}
.icon:hover {
font-size:100px
}
}
.code {
color: green;
font-weight: bold;
}
}