diff --git a/doc/gnatdoc.css b/doc/gnatdoc.css index 8c59956..3cfadde 100644 --- a/doc/gnatdoc.css +++ b/doc/gnatdoc.css @@ -50,11 +50,12 @@ td { } #toc p.projectName { - margin-top: 20px; - margin-left: 20px; - margin-bottom: 0; - color: #bbb; - font-size: 400%; + # Hide the text to show the logo + text-indent: -9999px; + margin-left: 65px; + height: 134px; + width: 394px; + background: url('images/ASFML_Logo.svg') no-repeat; } #toc p.documentationTimestamp { diff --git a/tools/gnatdoc_html/static/gnatdoc.css b/tools/gnatdoc_html/static/gnatdoc.css index 9a08d98..84e1f1f 100644 --- a/tools/gnatdoc_html/static/gnatdoc.css +++ b/tools/gnatdoc_html/static/gnatdoc.css @@ -50,11 +50,12 @@ td { } #toc p.projectName { - margin-top: 20px; - margin-left: 20px; - margin-bottom: 0; - color: #bbb; - font-size: 400%; + # Hide the text to show the logo + text-indent: -9999px; + margin-left: 65px; + height: 134px; + width: 394px; + background: url('images/ASFML_Logo.svg') no-repeat; } #toc p.documentationTimestamp {