diff options
author | raylu <raylu@cmu.edu> | 2011-05-13 22:45:52 -0400 |
---|---|---|
committer | raylu <raylu@cmu.edu> | 2011-05-13 22:45:52 -0400 |
commit | c96217c8a61cff24e6660da98a02bd7ea877b3eb (patch) | |
tree | 5bfe6505caa049c84dc5f9787f84ea5f241e3fbd /static | |
parent | 3bd21cd67e84af22361fe3b47f507feb217a45e9 (diff) | |
download | pyc-c96217c8a61cff24e6660da98a02bd7ea877b3eb.tar.xz |
Show staff submissions to other staff
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
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; +} |