From 87854b4cfca3528f0b14ecd8c6d5b47e828586bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 24 Mar 2009 12:39:51 +0000 Subject: [PATCH] * 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 --- docs/Haiku-doc.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Haiku-doc.css b/docs/Haiku-doc.css index 94790dcf81..74224a9344 100644 --- a/docs/Haiku-doc.css +++ b/docs/Haiku-doc.css @@ -73,6 +73,7 @@ div.logo { position: relative; left: 0px; top: 0px; + height: 86px; background: #efefef; } div.logo img { @@ -80,7 +81,7 @@ div.logo img { } div.title { position: absolute; - top: 54px; + bottom: 16px; right: 40px; font-size: 1.2em; line-height: 1.0;