From c96217c8a61cff24e6660da98a02bd7ea877b3eb Mon Sep 17 00:00:00 2001 From: raylu Date: Fri, 13 May 2011 22:45:52 -0400 Subject: Show staff submissions to other staff --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index e918c8c..0c37846 100644 --- a/static/style.css +++ b/static/style.css @@ -9,3 +9,6 @@ table#lab { border: 1px solid #000; padding: 5px; } +#lab tr.staff td { + background-color: #ddd; +} -- cgit v1.2.3