Skip to content

Commit

Permalink
Fixed Card css
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 5, 2012
1 parent ab1e8d3 commit 1f98003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/ui.css
Expand Up @@ -292,8 +292,8 @@
position: absolute;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transition: transform 500ms ease-in-out;
-moz-transition: transform 500ms ease-in-out;
-webkit-transition: -webkit-transform 500ms ease-in-out;
-moz-transition: -moz-transform 500ms ease-in-out;
border: 1px solid #eee;
border-bottom-color: #cacaca;
border-radius: 3px;
Expand Down
4 changes: 2 additions & 2 deletions lib/components/card/card.css
Expand Up @@ -14,8 +14,8 @@
position: absolute;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transition: transform 500ms ease-in-out;
-moz-transition: transform 500ms ease-in-out;
-webkit-transition: -webkit-transform 500ms ease-in-out;
-moz-transition: -moz-transform 500ms ease-in-out;
border: 1px solid #eee;
border-bottom-color: #cacaca;
border-radius: 3px;
Expand Down

0 comments on commit 1f98003

Please sign in to comment.