From ed38357ac8e3fda9c7c5a31decd83b3c60eb7721 Mon Sep 17 00:00:00 2001 From: Eston Bond Date: Tue, 21 Dec 2010 02:33:57 -0800 Subject: [PATCH] Reset type size for syntax highlighting --- lib/gollum/frontend/public/css/template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gollum/frontend/public/css/template.css b/lib/gollum/frontend/public/css/template.css index 9cde6b98..03d573aa 100755 --- a/lib/gollum/frontend/public/css/template.css +++ b/lib/gollum/frontend/public/css/template.css @@ -323,7 +323,7 @@ #template .data tr td { font-family: "Consolas", "Monaco", "Andale Mono", "Courier New", monospace; - font-size: 1.2em; + font-size: 1.0em; /* reset size */ line-height: 1.8em; margin: 0; padding: 0;