Use CSS in custom headers.
diff --git a/doxygen/header.html b/doxygen/header.html
index 3040ca7..5ca2763 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 1579e5d..e7f0010 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>