# HG changeset patch # User neko259 # Date 2015-03-20 11:09:54 # Node ID 0838ba3e30a5eaaf99b98f1a5a91febadebdbffc # Parent e158fb6465b10bca75d9d078af02e103acb378d6 Limit preview width in MD theme 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 @@ -477,6 +477,7 @@ ul { .post_preview { border-left: 1px solid #777; border-right: 1px solid #777; + max-width: 600px; } /* Code highlighter */