# HG changeset patch # User neko259 # Date 2013-09-08 17:36:52 # Node ID bc7ab92760df6fe3c014ecc08ea67babb47ab0eb # Parent b7ff6a14baa7da99d476710cab83a8f6f3eec769 Returned the image height because the page is jumping too much on image load. 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 @@ -168,6 +168,8 @@ blockquote { min-width: 1px; text-align: center; display: table-row; + + height: 150px; } .post > .metadata {