Skip to content

Commit

Permalink
Fixes #365 - Make sidebar headers different across documentation repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Sep 25, 2023
1 parent 721a06c commit 24e2e6d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions _static/theme/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,8 @@ article ul li ul {
.wy-menu-vertical li.current a {
color: #404040;
}

.wy-side-nav-search > a img.logo {
width: 70px;
height: 61px;
}
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

import sphinx_rtd_theme

html_logo = "images/zammad_logo_70x61.png"
html_logo = "images/zammad_logo_70x61@2x.png"
html_favicon = "images/favicon.ico"
project = u'Zammad'
project = u'Zammad System Documentation'
copyright = u'%s, Zammad' % time.strftime("%Y")
author = u'Zammad'

Expand Down
Binary file modified images/zammad_logo_600x520.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/zammad_logo_70x61.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/zammad_logo_70x61@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24e2e6d

Please sign in to comment.