Switch to side-by-side view

--- a/ForgeWiki/forgewiki/templates/lib.html
+++ b/ForgeWiki/forgewiki/templates/lib.html
@@ -16,12 +16,14 @@
          href="comments/$comment._id/delete">[X]</a>
       <br/>
       <p py:content="comment.text"/>
-      <div class="reply">
-        <h3>Reply</h3>
-        <form class="hidden" method="post" action="comments/$comment._id/reply">
-          <textarea rows="4" cols="60" name="text"></textarea><br/>
-          <input type="submit"/>
-        </form>
+      <div class="reply title-pane closed">
+        <h3 class="title">Reply</h3>
+        <div class="content">
+          <form method="post" action="comments/$comment._id/reply">
+            <textarea rows="4" cols="60" name="text"></textarea><br/>
+            <input type="submit"/>
+          </form>
+        </div>
       </div>
       <py:for each="cc in comment.replies()">
         ${display_comment(cc)}