Skip to content

Commit

Permalink
API doc: show logo instead of textual project name
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Oct 8, 2023
1 parent 04d1677 commit 62751b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions doc/gnatdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
11 changes: 6 additions & 5 deletions tools/gnatdoc_html/static/gnatdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 62751b0

Please sign in to comment.