Update the header to reflect the height of the logo image, which is 84px instead of 86px. See the discussion on r41337 on haiku-commits.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41362 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Niels Sascha Reedijk 2011-05-07 08:09:57 +00:00
parent 36883d1e5b
commit 3d2b623f71
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
</head>
<body>
<div class="logo">
<img src="logo.png" alt="logo" width="372" height="86" />
<img src="logo.png" alt="logo" width="372" height="84" />
<div class="title">$title</div>
</div>