aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-02-01 20:01:13 -0500
committerSteve Losh <steve@stevelosh.com>2009-02-01 20:01:13 -0500
commit7a4f6d29874b0a800c0163a12195ffa9cb8727d6 (patch)
treec4d42c38d26ffcbb35979be7ba0213cceb9efff7 /templates/base.html
parentf0bd55c68d3e5fc7e117c43a00fcf24585021d10 (diff)
downloadbugseverywhere-7a4f6d29874b0a800c0163a12195ffa9cb8727d6.tar.gz
Changes before Laura checks it out.
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html10
1 files changed, 9 insertions, 1 deletions
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 @@
<a href="http://jinja.pocoo.org/2/">Jinja2</a>,
and <a href="http://jquery.com">jQuery</a>.
<br/>
- He asked <a href="http://fecklessmind.com/2009/01/20/aardvark-css-framework/">aardvarks</a> for help.
+ He asked <a href="http://fecklessmind.com/2009/01/20/aardvark-css-framework/">aardvarks</a> for help
+ to make it all <a href="" id="show-rhythm">line up</a>.
</p>
</div>
</div>