aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-01-30 22:23:44 -0500
committerSteve Losh <steve@stevelosh.com>2009-01-30 22:23:44 -0500
commit7ab69a21d18c70d06de741ca990ebfa35f20362f (patch)
tree0a43a39fedb9d69e43deb2b74024efb480d4f4aa /templates
parent222237e0745861ec081678f8d23de12982e2bc76 (diff)
downloadbugseverywhere-7ab69a21d18c70d06de741ca990ebfa35f20362f.tar.gz
Table striping.
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index e0ca02b..97fa453 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -23,6 +23,8 @@
$('#external-pane-content').html($('#assignees').html());
$('#external-pane').fadeIn('fast');
});
+
+ $('table tr:odd').addClass('stripe');
});
</script>
</head>