GNOME Bugzilla – Bug 604948
Product version is not centered in html ouput on the main page
Last modified: 2010-01-27 18:50:03 UTC
The product version (corresponding to PROJECT_NUMBER) is not centered below the product name in version 1.6.1. It was on 1.5.6 on windows, is on 1.5.8 on linux. The align="center" in the <h3> tag used for this is not present anymore.
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.6.2. Please verify if this is indeed the case and reopen the bug if you think it is not fixed (include any additional information that you think can be relevant).
*** Bug 594420 has been marked as a duplicate of this bug. ***
Apparently not fixed in 1.6.2. "0.0.0.0" is centered in 1.5.8, not in 1.6.2 Produced: 1/27/2010 12:54:04 PM Mode: Differences with Context Left file: C:\Projects\LitFw\lit\branches\SCR83\base\doc_litv1.6.2\html\index.html Right file: C:\Projects\LitFw\lit\branches\SCR83\base\doc_lit1.5.8\html\index.html L31 <h1>Firmware Specification </h1><h3 class="version">0.0.0.0 </h3><div align="center"> R31 <h1>Firmware Specification</h1> <p> <h3 align="center">0.0.0.0 </h3><div align="center"> ------------------------------------------------------------------------ ------------------------------------------------------------------------
Are you using a custom stylesheet (doxygen.css)? The standard provides <h3> with the following markup: h3.version { font-size: 90%; text-align: center; } and as a result will center the version string.
Works after extracting 1.6.2 template style sheet and replacing the projects exiting 1.5.8 style sheet. We use a custom header/footer.