summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-06-06 09:57:51 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-06-06 09:57:51 (GMT)
commit4ce0111193a6dbdf04c46648c3ab710bebd31bd9 (patch)
treeef271e175bfb3854cfc11a2aa767424e79d6f0b0
parentc39e4f17850af07b555de1645d98b27e04fafbee (diff)
parente7b356d2cb9320a363ac024d39b468e98b223b90 (diff)
downloadDoxygen-4ce0111193a6dbdf04c46648c3ab710bebd31bd9.zip
Doxygen-4ce0111193a6dbdf04c46648c3ab710bebd31bd9.tar.gz
Doxygen-4ce0111193a6dbdf04c46648c3ab710bebd31bd9.tar.bz2
Merge pull request #337 from albert-github/feature/projectname_alignment
Alignment of project name
-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>