Ticket #24881: 24881.diff
File 24881.diff, 968 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentyfourteen/style.css
462 462 input[type="submit"], 463 463 #infinite-handle span { 464 464 -webkit-transition: all 0.2s ease-out; 465 -moz-transition: all 0.2s ease-out;466 -ms-transition: all 0.2s ease-out;467 -o-transition: all 0.2s ease-out;468 465 transition: all 0.2s ease-out; 469 466 } 467 #page .tag-links a { 468 -webkit-transition: all 0s ease-out; 469 transition: all 0s ease-out; 470 } 470 471 471 472 /* Alignment */ 472 473 .alignleft { … … 1264 1265 width: auto; 1265 1266 height: auto; 1266 1267 } 1267 #page .tag-links a {1268 -webkit-transition: all 0s ease-out;1269 -moz-transition: all 0s ease-out;1270 -ms-transition: all 0s ease-out;1271 -o-transition: all 0s ease-out;1272 transition: all 0s ease-out;1273 }1274 1268 .tag-links a { 1275 1269 background-color: #8c8c8c; 1276 1270 border-radius: 0 2px 2px 0;