lock interface funtion,

handbook now shows qtassistant

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@136 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tarek_saidi
2007-07-01 11:03:20 +00:00
parent 8aea7e5f78
commit 276939290d
5 changed files with 65 additions and 0 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;
}