Skip to content

Commit

Permalink
see if the transform does it
Browse files Browse the repository at this point in the history
  • Loading branch information
David Becher committed Mar 9, 2013
1 parent 341b0d2 commit 800e7e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,13 @@ label {
-webkit-mask-image: linear-gradient(to right top, #000 0%, #000 50%, transparent 50%, transparent 100%);
-moz-mask-image: linear-gradient(to top right, #000 0%, #000 50%, transparent 50%, transparent 100%);
mask-image: linear-gradient(to right top, #000 0%, #000 50%, transparent 50%, transparent 100%);
*/
*//*
-webkit-transform: rotate( 45deg );
-moz-transform: rotate( 45deg );
-ie-transform: rotate( 45deg );
transform: rotate( 45deg );
*/
border: 1px solid #95979d;
}
/* messages from the current user are blue and to the right */
Expand Down

0 comments on commit 800e7e1

Please sign in to comment.