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:
19
share/keepassx/doc/css/style.css
Normal file
19
share/keepassx/doc/css/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user