From 7a4f6d29874b0a800c0163a12195ffa9cb8727d6 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Sun, 1 Feb 2009 20:01:13 -0500 Subject: Changes before Laura checks it out. --- templates/base.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 2503224..0b44d81 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,6 +19,13 @@ $('#external-pane').hide(); $('#external-pane-content').corners('bottom 8px'); + $('#show-rhythm').click(function(e) { + $('body').addClass('rhythm'); + $('#content-pane').addClass('rhythm'); + $('#external-pane-content').addClass('rhythm'); + e.preventDefault(); + }); + $('#filter-assignee').click(function(e) { $('#external-pane-content').html($('#assignees').html()); $('#external-pane').fadeIn('fast'); @@ -82,7 +89,8 @@ Jinja2, and jQuery.
- He asked aardvarks for help. + He asked aardvarks for help + to make it all line up.

-- cgit