From e7b356d2cb9320a363ac024d39b468e98b223b90 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 17 May 2015 15:32:53 +0200 Subject: 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. --- templates/html/doxygen.css | 5 +++++ templates/html/header.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 Logo - +
$projectname  $projectnumber
-- cgit v0.12