Fix broken example

This commit is contained in:
Chris Eppstein 2011-04-25 14:46:16 -07:00
parent 9dc37dd93a
commit 63cae60ca8

View File

@ -14,7 +14,7 @@
// This will yield a radial gradient with an apparent specular highlight // This will yield a radial gradient with an apparent specular highlight
#radial-gradient #radial-gradient
+background-image(radial-gradient(45 45, #0ff 10px, #1e90ff 30px)) +background-image(radial-gradient(45px 45px, #0ff 10px, #1e90ff 30px))
// This yields a linear gradient spanning from the upper left corner to the lower right corner // This yields a linear gradient spanning from the upper left corner to the lower right corner
#linear-gradient #linear-gradient