diff options
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> |