X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/01eed40fb57f037f7811b5f1df831a1a21f28b18..db3da6812e1c7d7855a2e53c0e3d153e84dcff79:/code/static/style.css diff --git a/code/static/style.css b/code/static/style.css index 35bc5df..7646d22 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -73,3 +73,8 @@ td.error { .loggedin .name { font-weight: bold; } + +/* Striping applied (by JavaScript) to every other row in /list. */ +tr.stripedrow { + background-color: #DDF; +}