From 9a536fc92a83c2fba408ad6d98b281f449882bad Mon Sep 17 00:00:00 2001 From: Nathan Kinsinger Date: Thu, 18 Feb 2010 23:05:04 -0700 Subject: [PATCH] Clean up the commit message - allow the commit message text to wrap - use Menlo on systems that have it --- html/css/diff.css | 2 +- html/views/history/history.css | 5 +++-- html/views/history/index.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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 @@
-

+