1
0
Fork 0
mirror of https://github.com/Oreolek/elements.git synced 2024-04-25 21:49:19 +03:00

Added text-shadow

This commit is contained in:
Predrag Krstić 2012-04-22 20:04:24 +02:00
parent ebdcd8ca09
commit 2b883d2eab
2 changed files with 6 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View file

@ -134,3 +134,9 @@
-ms-transform: translate(@x, @y);
transform: translate(@x, @y);
}
.text-shadow(@arguments) {
-webkit-text-shadow: @arguments;
-moz-text-shadow: @arguments;
text-shadow: @arguments;
}