Merge pull request #424 from tashian/master

Just a one-line doc fix of the CSS3 background attribute
This commit is contained in:
Chris Eppstein 2011-06-10 15:42:48 -07:00
commit b6bec9ad62

View File

@ -25,7 +25,7 @@ classnames:
Example (more examples are available by following the links below): Example (more examples are available by following the links below):
<pre><code class="source-code scss">.in-css3 { <pre><code class="source-code scss">.in-css3 {
background: image-url("foo.png"), background: url(foo.png),
linear-gradient(top left, #333, #0c0), linear-gradient(top left, #333, #0c0),
radial-gradient(#c00, #fff 100px); radial-gradient(#c00, #fff 100px);
} }