diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-27 13:14:15 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-27 13:14:15 +0000 |
commit | e1da9a8eda7c217a0f7e4223c0eaf24a0bc9542c (patch) | |
tree | d299dabd040f5c8c8c165eaf665856d0f8d3a1ff /lib/views/help/about.rhtml | |
parent | 2bfda2609ea2e13eba5d0bbcdd050acd7be799fa (diff) |
Update help pages to match newer base layout
Diffstat (limited to 'lib/views/help/about.rhtml')
-rw-r--r-- | lib/views/help/about.rhtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/views/help/about.rhtml b/lib/views/help/about.rhtml index 1868910..b68ff99 100644 --- a/lib/views/help/about.rhtml +++ b/lib/views/help/about.rhtml @@ -2,8 +2,8 @@ <%= render :partial => 'sidebar' %> -<h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1> - -<p>This is a custom "about" page</p> +<div id="left_column_flip"> + <h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1> <p>This is a custom "about" page</p> +</div> |