forked from extern/egroupware
fix logo size in setup
This commit is contained in:
parent
925285d370
commit
51edbcf34e
@ -19,7 +19,9 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="divLogo"><a href="http://www.egroupware.org" target="_blank"><img src="../api/templates/default/images/logo.png" border="0" alt="egroupware" /></a></div>
|
||||
<div id="divLogo"><a href="http://www.egroupware.org" target="_blank">
|
||||
<img src="../api/templates/default/images/logo.svg" border="0" alt="egroupware" width="200px"/>
|
||||
</a></div>
|
||||
|
||||
<div id="divMain">
|
||||
<div id="divAppIconBar">
|
||||
|
Loading…
Reference in New Issue
Block a user