From c2dae5f2baa3fffce40d27df0294f68fe06789b1 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Wed, 22 May 2013 18:00:24 -0400 Subject: [PATCH] remove background pattern from fillL2 class. --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index cafb7fe99..5c7d1b2fe 100644 --- a/css/app.css +++ b/css/app.css @@ -314,7 +314,7 @@ ul.link-list li:last-child { } .fillL2 { - background: #f7f7f7 url(img/background-pattern-1.png) repeat; + background: #f6f6f6; color: #333; }