Fix layout with doxygen 1.9.1 which now uses <div class="title"> instead of <h1> for titles.

git-svn-id: https://svn.apache.org/repos/asf/httpd/apreq/trunk@1903703 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build/dox.css b/build/dox.css
index 8beebb9..22b5767 100644
--- a/build/dox.css
+++ b/build/dox.css
@@ -92,7 +92,7 @@
 /* h1                     */
 /* ====================== */
 
-h1 {
+h1, div.title {
     padding: 0.2em;
     margin: 0;
     background-color: inherit;