* Fixed the space below the logo.

* Align the title with the logo base line.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29674 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-03-24 12:39:51 +00:00
parent f7335ab6ed
commit 87854b4cfc
+2 -1
View File
@@ -73,6 +73,7 @@ div.logo {
position: relative; position: relative;
left: 0px; left: 0px;
top: 0px; top: 0px;
height: 86px;
background: #efefef; background: #efefef;
} }
div.logo img { div.logo img {
@@ -80,7 +81,7 @@ div.logo img {
} }
div.title { div.title {
position: absolute; position: absolute;
top: 54px; bottom: 16px;
right: 40px; right: 40px;
font-size: 1.2em; font-size: 1.2em;
line-height: 1.0; line-height: 1.0;