From 22fad926fb7cab7dc5496770cbf331f59b84e106 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Thu, 10 Feb 2011 22:54:18 +0000 Subject: Corrected minor problem with admin tables git-svn-id: http://code.elgg.org/elgg/trunk@8094 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/css/admin.php') diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 09a5bf73e..fb48cf60e 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -322,7 +322,7 @@ table.mceLayout { width: 100%; border-top: 1px solid #cccccc; } -.elgg-table td, th { +.elgg-table td, .elgg-table th { background: white; border: 1px solid #cccccc; } -- cgit v1.2.3