diff -ru template.orig/assets/api.css yuidoc_template/assets/api.css --- template.orig/assets/api.css 2016-12-05 11:50:33.853055029 -0500 +++ yuidoc_template/assets/api.css 2016-12-05 12:14:33.454839017 -0500 @@ -7,7 +7,7 @@ a:visited { color: #003399;} #doc3 #hd { margin-bottom:1em; position: relative; zoom: 1; } -#doc3 #hd h1 { color: #545454; font-size: 170%; padding: 0px 0 8px 150px; background: url(yui.png) 15px 9px no-repeat; height: 60px; font-weight: bold; } +#doc3 #hd h1 { color: #545454; font-size: 170%; padding: 0; height: 60px; font-weight: bold; text-align: center;} #doc3 #hd h1 a { position: relative; top: 14px; } #doc3 #hd a { text-decoration: none; color: black; } #doc3 #hd h3 { Only in template.orig/assets: yui.png diff -ru template.orig/main.tmpl yuidoc_template/main.tmpl --- template.orig/main.tmpl 2016-12-05 11:50:33.853055029 -0500 +++ yuidoc_template/main.tmpl 2016-12-05 12:33:53.828316623 -0500 @@ -3,7 +3,7 @@ - API: $modulename #if $classname# $classname #end if# #if $filename# $filename #end if# (YUI Library) + API: $modulename #if $classname# $classname #end if# #if $filename# $filename #end if# @@ -16,7 +16,7 @@
-

$projectname

+

$projectname v$version API Documentation

$moduletitle  $version

$projectname #if $modulename @@ -48,7 +48,7 @@ #if $index
- This is the API documentation for the + This is the API documentation for $projectname.

Choose a module name from the list for more information.