# HG changeset patch # User neko259 # Date 2013-09-02 15:48:30 # Node ID 23ff671ed644b182cc9ecc39b00dc47583e54fbd # Parent 5e58d690e2a6abcf1679b0bef52bd2601bdeb91a Removed the image height hardcoded in the CSS. It is useless now because of the refmaps that move the focus on page loading. Fixed validation in the thread id. diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -166,7 +166,6 @@ blockquote { float: left; margin: 0 1ex .5ex 0; min-width: 1px; - height: 150px; text-align: center; display: table-row; } diff --git a/boards/templates/boards/posting_general.html b/boards/templates/boards/posting_general.html --- a/boards/templates/boards/posting_general.html +++ b/boards/templates/boards/posting_general.html @@ -41,8 +41,8 @@