# HG changeset patch # User neko259 # Date 2013-11-13 16:57:43 # Node ID f6a069bad8527661071577232894d3c5efe8bb77 # Parent 78b0cbfbf939f97bddb594d16dc3985a4ed60073 Specify max width for reflink preview in MDC theme diff --git a/boards/static/css/md_centered/base_page.css b/boards/static/css/md_centered/base_page.css --- a/boards/static/css/md_centered/base_page.css +++ b/boards/static/css/md_centered/base_page.css @@ -1,6 +1,6 @@ @import url("../md/base_page.css"); -.thread, .post-form-w, .image-mode-tab, .tag_info, .bar-bg, .page_link { +.thread, .post-form-w, .image-mode-tab, .tag_info, .bar-bg, .page_link, .post_preview { max-width: 1000px; margin-left: auto; margin-right: auto;