diff options
author | Choom | 2023-01-16 14:28:35 -0300 |
---|---|---|
committer | Choom | 2023-01-18 04:07:45 -0300 |
commit | 6abfc7494d0566aba5318bcfc2b4784727982a42 (patch) | |
tree | 73390b60fc1f3113489f4e2ca43b549a2451a7ff /cgi/templates/board.html | |
parent | 1f988f01c7eee932ef7d2fb80de5a2b3792097d3 (diff) | |
download | weabot-6abfc7494d0566aba5318bcfc2b4784727982a42.tar.gz weabot-6abfc7494d0566aba5318bcfc2b4784727982a42.tar.xz weabot-6abfc7494d0566aba5318bcfc2b4784727982a42.zip |
Fix css mobile
Diffstat (limited to 'cgi/templates/board.html')
-rw-r--r-- | cgi/templates/board.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/board.html b/cgi/templates/board.html index 2f02408..4a94dc4 100644 --- a/cgi/templates/board.html +++ b/cgi/templates/board.html @@ -273,7 +273,7 @@ <hr /> <?py #endfor ?> - <div class="userdel"> + <div id="userdel"> Eliminar post <label>[<input type="checkbox" name="imageonly" id="imageonly" />Sólo imagen]</label> <br /> Clave <input type="password" name="password" size="8" /> <input name="deletepost" value="Eliminar" type="submit" /> @@ -282,7 +282,7 @@ </form> <?py if pagenav: ?> - <div class="pg">#{pagenav}</div> + <div id="pg">#{pagenav}</div> <?py #endif ?> <?py include('templates/base_bottom.html') ?> |