From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Finch Subject: [PATCH] gitweb: vertically centre contents of page footer Date: Tue, 9 Jul 2013 18:08:37 +0100 Message-ID: References: Cc: =?UTF-8?Q?Jakub_Nar=C4=99bski?= To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Jul 09 19:10:44 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UwbR4-0006p4-Pe for gcvg-git-2@plane.gmane.org; Tue, 09 Jul 2013 19:10:43 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751939Ab3GIRKi (ORCPT ); Tue, 9 Jul 2013 13:10:38 -0400 Received: from ppsw-mx-f.csi.cam.ac.uk ([131.111.8.149]:54959 "EHLO ppsw-42.csi.cam.ac.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751549Ab3GIRKi (ORCPT ); Tue, 9 Jul 2013 13:10:38 -0400 X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from hermes-2.csi.cam.ac.uk ([131.111.8.54]:44260) by ppsw-42.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:25) with esmtpa (EXTERNAL:fanf2) id 1UwbQw-0004f6-93 (Exim 4.80_167-5a66dd3) (return-path ); Tue, 09 Jul 2013 18:10:34 +0100 Received: from fanf2 by hermes-2.csi.cam.ac.uk (hermes.cam.ac.uk) with local id 1UwbQw-0004dI-OK (Exim 4.72) (return-path ); Tue, 09 Jul 2013 18:10:34 +0100 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: --- gitweb/static/gitweb.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index a869be1..3b4d833 100644 --- a/gitweb/static/gitweb.css +++ b/gitweb/static/gitweb.css @@ -68,12 +68,13 @@ div.page_path { } div.page_footer { - height: 17px; + height: 22px; padding: 4px 8px; background-color: #d9d8d1; } div.page_footer_text { + line-height: 22px; float: left; color: #555555; font-style: italic; -- 1.8.3.1.605.g85318f5