Changeset - c6232b791d87
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2016-09-12 17:41:19
madski@unity3d.com
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.
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -161,6 +161,7 @@ code,
 
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 @@ div.header img {
 
    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;
0 comments (0 inline, 0 general)