From da851c61a2f30f152b7d7f63fb41f03b1e23d38f Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 4 May 2012 00:21:31 -0400 Subject: [PATCH] Altered pre tag font size for git-commit-body --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 14f9b12..767f009 100644 --- a/style.css +++ b/style.css @@ -317,3 +317,7 @@ div.git-commit-date { font-size: 0.8em; } +div.git-commit-body pre { + font-size: 0.8em; +} +