From c62bb21ac7475a78401c621961df7b7cfbacd97b Mon Sep 17 00:00:00 2001 From: George Michael Brower Date: Thu, 27 Jan 2011 14:31:51 -0700 Subject: [PATCH] z-index on explanation image --- demo/demo.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/demo.css b/demo/demo.css index 5693bb0..770cf17 100644 --- a/demo/demo.css +++ b/demo/demo.css @@ -53,7 +53,8 @@ h2 { top: 0; width: 271px; height: 142px; - background: url("assets/itgivesyouthis.jpg") 72px 0 no-repeat; + background: url("assets/itgivesyouthis.jpg") center 0 no-repeat; + z-index: -2; margin: 30px 22px 0 0; }