fix jank button on docs homepage

This commit is contained in:
Mark Otto 2012-08-01 16:15:21 -07:00
parent 735001cb26
commit e8fd7e6c96

View File

@ -152,6 +152,10 @@ hr.soften {
-webkit-animation-name: downloadButton; -webkit-animation-name: downloadButton;
-webkit-animation-duration: 2s; -webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
-webkit-transition: none;
-moz-transition: none;
transition: none;
} }
.masthead .btn:active { .masthead .btn:active {
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1); -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);