From 6aabfc4bf77dd379fb6caacf7ed9e7afce90092a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Dr=C3=B6scher?= Date: Mon, 20 Nov 2006 12:51:43 +0000 Subject: [PATCH] #5358 Large logo images no longer destroy the layout. git-svn-id: file:///svn/phpbb/trunk@6616 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/theme/stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 11455ce5bb..066b051cc5 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -36,6 +36,8 @@ body { } #wrapheader { + min-height: 120px; + height: auto !important; height: 120px; background-image: url('./images/background.gif'); background-repeat: repeat-x;