Switch to an image I made.

This commit is contained in:
Chris Eppstein 2010-05-02 15:58:53 -07:00
parent 0f2a0aa848
commit 72a3c04461
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

View File

@ -50,7 +50,7 @@ h1 {
#background-clip {
pre {
background: transparent #{image_url("fresh-peas.jpg")} no-repeat;
background: transparent #{image_url("example.png")} no-repeat;
border: 1em solid rgba(255, 0, 0, 0.25); }
.padding-box {
@include background-clip(padding-box);
@ -61,7 +61,7 @@ h1 {
#background-size {
pre {
background: transparent #{image_url("fresh-peas.jpg")} no-repeat;
background: transparent #{image_url("example.png")} no-repeat;
border: 1em solid #{mix(red, white, 0.5)};
border: 1em solid rgba(255, 0, 0, 0.25); }
.top-left {