load logo image larger. partly fixes #53
We now load the image in a larger size than needed and resize via CSS. This should make it crisper.
This commit is contained in:
parent
58332e8afb
commit
99cb0c43c0
2 changed files with 7 additions and 1 deletions
|
@ -251,7 +251,7 @@ class Template {
|
|||
'src' => array('wiki:logo-wide.png', 'wiki:logo.png'),
|
||||
'alt' => $title,
|
||||
),
|
||||
0, 50, false
|
||||
0, 250, false
|
||||
);
|
||||
$mobile = self::getResizedImgTag(
|
||||
'img',
|
||||
|
|
|
@ -48,6 +48,12 @@ a:visited {
|
|||
padding: 20pt 20pt 0;
|
||||
}
|
||||
|
||||
#dokuwiki__header .logo img {
|
||||
height: 4rem;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + */
|
||||
/* + + + + + admin + + + + + */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue