Switch to the new logo

This commit is contained in:
Fedor A. Fetisov 2013-10-30 19:45:55 +04:00
parent dc006e0a50
commit 39d3d2b7b0
5 changed files with 6 additions and 2 deletions

View File

@ -125,7 +125,7 @@ a {
height: 32px;
margin: 0px -2px 10px 0px;
padding-top: 10px;
padding-bottom: 5px;
padding-bottom: 10px;
background: url(images/graydot.gif) repeat-x left bottom;
display: block;
}
@ -139,6 +139,10 @@ img.left {
margin-right: 15px;
}
img.logo {
margin-top: 2px;
}
#header h1 {
font-size: 2em;
line-height: 32px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 796 B

BIN
src/mibew/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -36,7 +36,7 @@ $isrtl = getlocal("localedirection") == 'rtl';
<div id="<?php echo (isset($page) && isset($page['fixedwrap'])) ? "fixedwrap" : (function_exists('tpl_menu') ? "wrap700" : "wrap400" )?>" class="l<?php echo getlocal("localedirection") ?>">
<div id="header">
<div id="title">
<h1><img src="<?php echo $mibewroot ?>/images/logo.gif" alt="" width="32" height="32" class="left" />
<h1><img src="<?php echo $mibewroot ?>/images/logo.png" alt="" width="32" height="32" class="left logo" />
<a href="#"><?php echo isset($page['headertitle']) ? safe_htmlspecialchars($page['headertitle']) : safe_htmlspecialchars($page['title']) ?></a></h1>
</div>
<?php if(isset($page) && isset($page['operator'])) { ?>