changeset 6200:c6232b791d87

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.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 12 Sep 2016 17:41:19 +0200
parents 07893d0f34fd
children d55ff973d01f
files kallithea/public/css/style.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;