Fix the background image in the background-origin example.

This commit is contained in:
Chris Eppstein 2010-03-28 20:11:52 -07:00
parent d4e90d79aa
commit d9d0609af4
3 changed files with 4 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,7 +1,7 @@
.example
#padding-box(style="background-image: url(background/);")
#padding-box
Padding Box
#border-box(style="background-image: url(background/);")
#border-box
Border Box
#content-box(style="background-image: url(background/);")
#content-box
Content Box

View File

@ -4,6 +4,7 @@
padding: 2em
div
background:
image= image-url("examples/css3/bg-origin/bg.png")
repeat: repeat
position: top left
border: 10px solid rgba(255, 0, 0, 0.5)