# HG changeset patch # User neko259 # Date 2014-01-03 08:31:13 # Node ID fcf5584ffe21d7949d83b2c9bb552134e5b3970e # Parent 1829c2a635f2fd3129535f48f8163e8235cb9e62 Added new style for code blocks 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 @@ -365,4 +365,12 @@ li { padding: 0.5ex; margin: 0.5ex; text-align: center; -} \ No newline at end of file +} + +code { + border: dashed 1px #ccc; + background: #111; + padding: 2px; + font-size: 1.2em; + display: inline-block; +}