From 658a03be74cc93968ed0c8470ada0b5f9f6a8200 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 15 Sep 2007 01:02:43 +0000 Subject: [PATCH] elofgren: Add line-height to left sidebar headings to center text vertically in the blue bar. Thanks for the idea Sean\! (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41868 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/layout.css b/css/layout.css index 226cbe5c..b8b966be 100644 --- a/css/layout.css +++ b/css/layout.css @@ -140,6 +140,7 @@ body.stillLoading select { margin: 0; background-image:url(../images/textures/obar-18.gif); height: 18px; + line-height: 18px; color: white; font-size: 12px; padding-left: 3px;