Skip to content

Commit

Permalink
Merge pull request #4189 from dokuwiki/logoaspect
Browse files Browse the repository at this point in the history
fix logo aspect ratio and printing. fixes #4187
  • Loading branch information
splitbrain committed Feb 9, 2024
2 parents 29bc606 + 71808af commit 9e3e140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/tpl/dokuwiki/css/design.less
Expand Up @@ -36,6 +36,7 @@
float: left;
margin-right: .5em;
height: 64px;
width: auto;
}

span {
Expand Down
2 changes: 2 additions & 0 deletions lib/tpl/dokuwiki/css/print.css
Expand Up @@ -152,6 +152,8 @@ th {
#dokuwiki__header .logo img {
float: left;
margin-right: .5em;
height: 64px;
width: auto;
}
[dir=rtl] #dokuwiki__header .logo img {
float: right;
Expand Down

0 comments on commit 9e3e140

Please sign in to comment.