diff --git a/html/css/diff.css b/html/css/diff.css index ca46216..73087c3 100644 --- a/html/css/diff.css +++ b/html/css/diff.css @@ -14,7 +14,7 @@ .diff .file .diffContent { white-space: pre; - font-family: Monaco; + font-family: Menlo, Monaco; } .diff .file .diffcontent .lineno { diff --git a/html/views/history/history.css b/html/views/history/history.css index 1bf0a20..5effcb1 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -59,8 +59,9 @@ body { } #message { - font-family: Monaco; - font-size: 10px; + font-family: Menlo, Monaco; + white-space: pre-wrap; + padding-top: 10px; } #files { diff --git a/html/views/history/index.html b/html/views/history/index.html index 81d4092..11aec3f 100644 --- a/html/views/history/index.html +++ b/html/views/history/index.html @@ -64,7 +64,7 @@