Skip to content

Commit

Permalink
Alignment of project name
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
albert-github committed May 17, 2015
1 parent 796d658 commit e7b356d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions templates/html/doxygen.css
Expand Up @@ -1108,6 +1108,11 @@ dl.section dd {
border: 0px none;
}

#projectalign
{
vertical-align: middle;
}

#projectname
{
font: 300% Tahoma, Arial,sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion templates/html/header.html
Expand Up @@ -27,7 +27,7 @@
<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>
Expand Down

0 comments on commit e7b356d

Please sign in to comment.