From 2468aa9350cb9d789571949338c35667f99ed95e Mon Sep 17 00:00:00 2001 From: eston Date: Wed, 2 Mar 2011 18:17:25 -0800 Subject: [PATCH] Stop this font scaling madness --- lib/gollum/frontend/public/css/gollum.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lib/gollum/frontend/public/css/gollum.css b/lib/gollum/frontend/public/css/gollum.css index 611a31f9..612b27ae 100755 --- a/lib/gollum/frontend/public/css/gollum.css +++ b/lib/gollum/frontend/public/css/gollum.css @@ -81,6 +81,7 @@ a:hover, a:visited { #wiki-rightbar { background-color: #f7f7f7; border: 1px solid #ddd; + font-size: 13px; float: right; padding: 7px; width: 25%; @@ -90,11 +91,6 @@ a:hover, a:visited { -webkit-border-radius: 0.5em; } - #wiki-rightbar { - font-size: 1.0em; - line-height: 1.3em; - } - #wiki-rightbar p { margin: 13px 0 0; } @@ -144,11 +140,6 @@ 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;