# HG changeset patch # User Mads Kiilerich # Date 1473694879 -7200 # Node ID c6232b791d8702044e8822db4ea996ccc73f924e # Parent 07893d0f34fda3fb803c575de509ae6f53b7aee5 changeset: use monospace and and fix spacing when showing full changeset These messages are usually written in a mono space font. We thus also show it that way to preserve ASCII art and formatting. diff -r 07893d0f34fd -r c6232b791d87 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Mon Sep 12 17:41:19 2016 +0200 +++ b/kallithea/public/css/style.css Mon Sep 12 17:41:19 2016 +0200 @@ -161,6 +161,7 @@ div.readme .readme_box pre, div.rst-block pre, div.formatted-fixed, +#changeset_content div.message, .CodeMirror .CodeMirror-code pre { font-size: 12px; font-family: Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace; @@ -700,6 +701,9 @@ padding: 5px 0; white-space: pre-wrap; } +#content div.box #changeset_content div.message { + padding: 15px 0; +} #content div.box div.expand { width: 110%; height: 14px;