diff options
author | albert-github <albert.tests@gmail.com> | 2015-05-17 13:32:53 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-05-17 13:32:53 (GMT) |
commit | e7b356d2cb9320a363ac024d39b468e98b223b90 (patch) | |
tree | 735e6f44b3f22639dcd9bde39984984f7c9a6831 /templates/html/header.html | |
parent | 796d6585be58d1c9112422a919f49d1998dc672c (diff) | |
download | Doxygen-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/header.html')
-rw-r--r-- | templates/html/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
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--> <span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER--> </div> |