summaryrefslogtreecommitdiff
path: root/doxygen
diff options
context:
space:
mode:
authorJose Fonseca <j_r_fonseca@yahoo.co.uk>2004-09-10 11:47:51 +0000
committerJose Fonseca <j_r_fonseca@yahoo.co.uk>2004-09-10 11:47:51 +0000
commita9a155e574d114c3d7e9f081a1585573152919ce (patch)
tree56d9d2fd5897c8436d0bb308477694e6a9e5c21d /doxygen
parent5c6ede20603491af9fd1ccac92cbf8a3737698fc (diff)
Use CSS in custom headers.
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/header.html27
-rw-r--r--doxygen/header_subset.html16
2 files changed, 24 insertions, 19 deletions
diff --git a/doxygen/header.html b/doxygen/header.html
index 3040ca7e23b..5ca2763e0df 100644
--- a/doxygen/header.html
+++ b/doxygen/header.html
@@ -1,14 +1,17 @@
-<html><head><title>Mesa Source Code Documentation</title>
+<html>
+<head>
+<title>Mesa Source Code Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
-<body><center>
-<a href="../main/index.html">main</a>&nbsp;
-<a href="../glapi/index.html">glapi</a>&nbsp;
-<a href="../array_cache/index.html">array_cache</a>&nbsp;
-<a href="../math/index.html">math</a>&nbsp;
-<a href="../shader/index.html">shader</a>&nbsp;
-<a href="../swrast/index.html">swrast</a>&nbsp;
-<a href="../swrast_setup/index.html">swrast_setup</a>&nbsp;
-<a href="../tnl/index.html">tnl</a>&nbsp;
-<a href="../tnl_dd/index.html">tnl_dd</a>&nbsp;
-</center>
+<body>
+<div class="qindex">
+<a class="qindex" href="../main/index.html">core</a> |
+<a class="qindex" href="../glapi/index.html">glapi</a> |
+<a class="qindex" href="../array_cache/index.html">array_cache</a> |
+<a class="qindex" href="../math/index.html">math</a> |
+<a class="qindex" href="../shader/index.html">shader</a> |
+<a class="qindex" href="../swrast/index.html">swrast</a> |
+<a class="qindex" href="../swrast_setup/index.html">swrast_setup</a> |
+<a class="qindex" href="../tnl/index.html">tnl</a> |
+<a class="qindex" href="../tnl_dd/index.html">tnl_dd</a>
+</div>
diff --git a/doxygen/header_subset.html b/doxygen/header_subset.html
index 1579e5d9a94..e7f001060ea 100644
--- a/doxygen/header_subset.html
+++ b/doxygen/header_subset.html
@@ -1,9 +1,11 @@
-<html><head><title>Mesa Source Code Documentation</title>
+<html>
+<head><title>Mesa Source Code Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
-<body><center>
-<a href="../core_subset/index.html">Mesa Core</a>&nbsp;
-<a href="../math_subset/index.html">math</a>&nbsp;
-<a href="../miniglx/index.html">MiniGLX</a>&nbsp;
-<a href="../radeon_subset/index.html">radeon_subset</a>&nbsp;
-</center>
+<body>
+<div class="qindex">
+<a class="qindex" href="../core_subset/index.html">Mesa Core</a> |
+<a class="qindex" href="../math_subset/index.html">math</a> |
+<a class="qindex" href="../miniglx/index.html">MiniGLX</a> |
+<a class="qindex" href="../radeon_subset/index.html">radeon_subset</a>
+</div>