Remove obsolete webkit CSS prefixes.

This commit is contained in:
Neil Fraser
2016-08-03 18:32:40 -07:00
parent 2be214ca74
commit d6d8b8eb97

View File

@@ -28,20 +28,13 @@ html[dir="RTL"] .farSide {
#languageBorder {
border-radius: 4px;
animation: pulse 2s ease-in-out forwards;
-webkit-animation: pulse 2s ease-in-out forwards;
animation-delay: 2s;
-webkit-animation-delay: 2s;
}
@keyframes pulse {
0% { background-color: #fff }
50% { background-color: #f00 }
100% { background-color: #fff }
}
@-webkit-keyframes pulse {
0% { background-color: #fff }
50% { background-color: #f00 }
100% { background-color: #fff }
}
#blockly {
height: 300px;