You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2022/08/27 06:43:47 UTC

svn commit: r1903703 - /httpd/apreq/trunk/build/dox.css

Author: jailletc36
Date: Sat Aug 27 06:43:47 2022
New Revision: 1903703

URL: http://svn.apache.org/viewvc?rev=1903703&view=rev
Log:
Fix layout with doxygen 1.9.1 which now uses <div class="title"> instead of <h1> for titles.

Modified:
    httpd/apreq/trunk/build/dox.css

Modified: httpd/apreq/trunk/build/dox.css
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/dox.css?rev=1903703&r1=1903702&r2=1903703&view=diff
==============================================================================
--- httpd/apreq/trunk/build/dox.css (original)
+++ httpd/apreq/trunk/build/dox.css Sat Aug 27 06:43:47 2022
@@ -92,7 +92,7 @@ tr.header a:active,
 /* h1                     */
 /* ====================== */
 
-h1 {
+h1, div.title {
     padding: 0.2em;
     margin: 0;
     background-color: inherit;