From 1cad154abb28513aa0074a0fac8739de7144c6b2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 5 Aug 2010 15:13:45 -0400 Subject: Set tabcont to a slightly darker grey so that it stands out even on brighter monitors. --- usr/local/www/themes/code-red/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/themes/code-red') diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css index c7fc25b..92d4425 100755 --- a/usr/local/www/themes/code-red/all.css +++ b/usr/local/www/themes/code-red/all.css @@ -928,7 +928,7 @@ ul#tabnav li.tabact { white-space: nowrap; } .tabcont { - background-color: #EEEEEE; + background-color: #DDDDDD; padding-right: 12px; padding-left: 12px; padding-top: 12px; -- cgit v1.1