]> git.xolatile.top Git - emil-3chen.org.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Wed, 14 May 2025 17:07:59 +0000 (11:07 -0600)
committerEmil Williams <emilemilemil@cock.li>
Wed, 14 May 2025 17:07:59 +0000 (11:07 -0600)
static/style.css
tt/img

index 5528323b43253ed3b46f0e0c061beeb1756ae890..cea41bb41f603fddffb38fe4ead077ddc00ac585 100644 (file)
@@ -27,5 +27,4 @@
 }
 
 tr {
-    clear: both;
 }
diff --git a/tt/img b/tt/img
index dfbd09b734613d34d4ad0d63a386839affd6cb80..88b55e6c73a8b759cae50db51f9dc11a9b9e5a04 100644 (file)
--- a/tt/img
+++ b/tt/img
@@ -7,7 +7,7 @@
 <body>
 <div id="board">
   <div id="title">[% uri %] - [% description %]</div>
-  <form action="[% uri %]" method="POST">
+  <table>
     <tr>
       <td>Name</td>
       <td>
@@ -33,7 +33,7 @@
         <textarea name="post" cols="48" rows="4" wrap="soft" tabindex="4"></textarea>
       </td>
     </tr>
-  </form>
+  </table>
   [% FOREACH thread IN threads %]
   <div id="thread">
     [% FOREACH reply IN thread %]