Large logo images no longer destroy the layout.


git-svn-id: file:///svn/phpbb/trunk@6616 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher 2006-11-20 12:51:43 +00:00
parent c974d70bdb
commit 6aabfc4bf7

View file

@ -36,6 +36,8 @@ body {
}
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
background-image: url('./images/background.gif');
background-repeat: repeat-x;