From 87be3ff4149c45cdebab2a1f8d362b8d064ae1a1 Mon Sep 17 00:00:00 2001 From: Eston Bond Date: Mon, 13 Dec 2010 14:27:22 -0800 Subject: [PATCH] Fix line heights of captions --- lib/gollum/frontend/public/css/template.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/gollum/frontend/public/css/template.css b/lib/gollum/frontend/public/css/template.css index 3c38768b..d1755a38 100755 --- a/lib/gollum/frontend/public/css/template.css +++ b/lib/gollum/frontend/public/css/template.css @@ -236,8 +236,9 @@ } #template .frame span { - display: block; color: #888; + display: block; + line-height: normal; } #template .frame img { @@ -290,6 +291,7 @@ #template .align-center span { color: #888; display: block; + line-height: normal; }