Merge branch 'master' of git://github.com/pkrstic/elements

Conflicts:
	elements.less
This commit is contained in:
Alexander Yakovlev 2012-05-26 08:26:14 +07:00
commit 54d233a779
2 changed files with 7 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -106,6 +106,13 @@
-moz-box-shadow: @arguments;
box-shadow: @arguments;
}
.text-shadow(@arguments) {
-webkit-text-shadow: @arguments;
-moz-text-shadow: @arguments;
text-shadow: @arguments;
-ms-text-shadow: @arguments;
-o-text-shadow: @arguments;
}
}
#transform{