From ef127ad6afece2d453f89f01f5c775fa0fd8c51b Mon Sep 17 00:00:00 2001 From: Romano Licker Date: Wed, 30 Nov 2011 11:50:26 +0100 Subject: [PATCH] background on table th should be transparent instead of white otherwise you will see the white cells on mypage boxes' gradient --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 99036ddccf..5e960f7753 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -870,7 +870,7 @@ padding: 15px 0 15px 0; #content .mypage-box table th { border:none; - background: white; + background: transparent; font-weight: bold; }