vendor/assets/stylesheets/purecss/buttons.css in purecss-0.2.1 vs vendor/assets/stylesheets/purecss/buttons.css in purecss-0.3.0

- old
+ new

@@ -1,7 +1,7 @@ /*! -Pure v0.2.2-pre +Pure v0.3.1-pre Copyright 2013 Yahoo! Inc. All rights reserved. Licensed under the BSD License. https://github.com/yui/pure/blob/master/LICENSE.md */ .pure-button { @@ -40,10 +40,9 @@ border: 1px solid #999; /*IE 6/7/8*/ border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/ background-color: #E6E6E6; text-decoration: none; border-radius: 2px; - -webkit-font-smoothing: antialiased; /* Transitions */ -webkit-transition: 0.1s linear -webkit-box-shadow; -moz-transition: 0.1s linear -moz-box-shadow; -ms-transition: 0.1s linear box-shadow; -o-transition: 0.1s linear box-shadow;