From 3a6d98aa373d18474b59e449cbcb6cac85706cef Mon Sep 17 00:00:00 2001 From: Eston Bond Date: Tue, 21 Dec 2010 02:33:20 -0800 Subject: [PATCH] Fix font size in sidebar --- lib/gollum/frontend/public/css/gollum.css | 5 +++++ lib/gollum/frontend/templates/page.mustache | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/lib/gollum/frontend/public/css/gollum.css b/lib/gollum/frontend/public/css/gollum.css index 01ca9b41..10a58737 100755 --- a/lib/gollum/frontend/public/css/gollum.css +++ b/lib/gollum/frontend/public/css/gollum.css @@ -139,6 +139,11 @@ a:hover, a:visited { text-shadow: 0 1px 0 #fff; } + #wiki-rightbar p { + font-size: 1.2em; + line-height: 1.6em; + } + /* @section footer */ #wiki-footer { clear: both; diff --git a/lib/gollum/frontend/templates/page.mustache b/lib/gollum/frontend/templates/page.mustache index aec101e0..3d7589fa 100755 --- a/lib/gollum/frontend/templates/page.mustache +++ b/lib/gollum/frontend/templates/page.mustache @@ -20,19 +20,6 @@ {{#has_sidebar}}
- {{{sidebar_content}}}
{{/has_sidebar}}