From 328594368d162a601edbdccbd5ee79a665a31304 Mon Sep 17 00:00:00 2001 From: Matt Claypotch Date: Thu, 20 May 2010 11:05:54 -0700 Subject: [PATCH] Bug 566638, TOC now has white bg color --- media/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/css/main.css b/media/css/main.css index 3ff05bd6d9..2e3f89fda6 100644 --- a/media/css/main.css +++ b/media/css/main.css @@ -2238,7 +2238,7 @@ form.favorite { /* @group Teaser Header */ .section-teaser .teaser-header { - background: url(../../img/amo2009/bg/listing-footer.gif) repeat-x top left; + background: url(../../img/amo2009/bg/listing-footer.gif) repeat-x top left #fff; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius: 0 0 3px 3px;