From 4d0960ad9e8f8906efd950fc9d0173d39855563d Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 15 Sep 2007 20:22:56 +0000 Subject: [PATCH] elofgren: Revert r38063 because it causes the bottom collapsed sections to disappear if the top section wraps to a new line. Will need to find better solution. (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41922 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 34ed3e9f..b8e384fc 100644 --- a/css/layout.css +++ b/css/layout.css @@ -139,6 +139,7 @@ body.stillLoading select { #left h2 { margin: 0; background-image:url(../images/textures/obar-18.gif); + height: 18px; line-height: 18px; color: white; font-size: 12px;