From: Michael Wallner Date: Tue, 14 Oct 2014 16:25:32 +0000 (+0200) Subject: some min-width for code blocks X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=bdbeb012f8d701ad4a9148ddd09cd9952e1fafb9;p=mdref%2Fmdref some min-width for code blocks --- diff --git a/public/index.css b/public/index.css index 6fc3a88..6980897 100644 --- a/public/index.css +++ b/public/index.css @@ -71,6 +71,7 @@ code code { pre>code { padding: 1em; + min-width: 50%; } pre>code, pre>code code { background: #333;