Tweak looks of API documentation.

WIP:
 * Only a first subset of CSS has been applied
 * Look based on Humdinger's and other's work on user guide
 * Navigation is still ugly. I need to work around the limitations of Doxygen. Maybe by a patch though.
 * Needs a manual extra step: you need to copy the /trunk/docs/userguide/images/logo.png to the /trunk/generated/doxygen/html directory

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29117 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Niels Sascha Reedijk
2009-02-01 21:44:07 +00:00
parent 4c9838d0e4
commit 702a1e7241
4 changed files with 424 additions and 109 deletions
+7 -3
View File
@@ -1,8 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>$projectname: $title</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF8">
<title>$title</title>
<link href="book.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor=white style="font-family: sans-serif;" background="images/bodyBack.gif">
<body>
<div class="logo">
<img src="logo.png" alt="logo" width="372" height="86" />
<div class="title">$title</div>
</div>