summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorraylu <raylu@cmu.edu>2011-05-13 22:45:52 -0400
committerraylu <raylu@cmu.edu>2011-05-13 22:45:52 -0400
commitc96217c8a61cff24e6660da98a02bd7ea877b3eb (patch)
tree5bfe6505caa049c84dc5f9787f84ea5f241e3fbd /static/style.css
parent3bd21cd67e84af22361fe3b47f507feb217a45e9 (diff)
downloadpyc-c96217c8a61cff24e6660da98a02bd7ea877b3eb.tar.xz
Show staff submissions to other staff
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css3
1 files changed, 3 insertions, 0 deletions
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;
+}