cleaned up qmake project file, improved mac app bundle generation

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@161 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tarek_saidi
2008-02-28 16:17:38 +00:00
parent 863bd3316d
commit e8be8e8a2b
72 changed files with 64 additions and 59 deletions

View File

@@ -0,0 +1,19 @@
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
background-image: url('./images/headerbackground.png');
background-repeat: repeat-x;
padding: 0 25px 15px 25px;
padding: 0;
}
#logo {
min-height: 120px;
height: auto !important;
height: 120px;
background-image: url('./images/logo.png');
padding: 0 25px 15px 25px;
background-repeat: no-repeat;
padding: 0;
}