summaryrefslogtreecommitdiffstats
path: root/templates/html
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-05-17 13:32:53 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-05-17 13:32:53 (GMT)
commite7b356d2cb9320a363ac024d39b468e98b223b90 (patch)
tree735e6f44b3f22639dcd9bde39984984f7c9a6831 /templates/html
parent796d6585be58d1c9112422a919f49d1998dc672c (diff)
downloadDoxygen-e7b356d2cb9320a363ac024d39b468e98b223b90.zip
Doxygen-e7b356d2cb9320a363ac024d39b468e98b223b90.tar.gz
Doxygen-e7b356d2cb9320a363ac024d39b468e98b223b90.tar.bz2
Alignment of project name
With this bug fix it is possible to align the project name to another place than the default place "middle" by means of adjusting the style sheet. Until now it was also possible but one had to create an own html header file as well.
Diffstat (limited to 'templates/html')
-rw-r--r--templates/html/doxygen.css5
-rw-r--r--templates/html/header.html2
2 files changed, 6 insertions, 1 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css
index 1d9002f..e41b0d7 100644
--- a/templates/html/doxygen.css
+++ b/templates/html/doxygen.css
@@ -1108,6 +1108,11 @@ dl.section dd {
border: 0px none;
}
+#projectalign
+{
+ vertical-align: middle;
+}
+
#projectname
{
font: 300% Tahoma, Arial,sans-serif;
diff --git a/templates/html/header.html b/templates/html/header.html
index 70305df..9f95d66 100644
--- a/templates/html/header.html
+++ b/templates/html/header.html
@@ -27,7 +27,7 @@ $extrastylesheet
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
<!--END PROJECT_LOGO-->
<!--BEGIN PROJECT_NAME-->
- <td style="padding-left: 0.5em;">
+ <td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">$projectname
<!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
</div>