From 3cfa297b49840b14c809727274c4620ddb3e6de6 Mon Sep 17 00:00:00 2001 From: Corey Donohoe Date: Wed, 2 May 2012 19:29:17 +0200 Subject: [PATCH] hide the page title as before --- lib/gollum/frontend/public/gollum/css/gollum.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/gollum/frontend/public/gollum/css/gollum.css b/lib/gollum/frontend/public/gollum/css/gollum.css index 5971957f..986f8e30 100755 --- a/lib/gollum/frontend/public/gollum/css/gollum.css +++ b/lib/gollum/frontend/public/gollum/css/gollum.css @@ -43,11 +43,7 @@ a:hover, a:visited { } #head h1 { - font-size: 3.3em; - float: left; - line-height: normal; - margin: 0; - padding: 0.08em 0 0 0; + display: none; } #head ul.actions {