mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +03:00
Switch to the new logo
This commit is contained in:
parent
5fd1b69135
commit
35cd7c6e67
@ -130,7 +130,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;
|
||||
}
|
||||
@ -144,6 +144,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
BIN
src/mibew/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@ -37,7 +37,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']) ? $page['headertitle'] : $page['title'] ?></a></h1>
|
||||
</div>
|
||||
<?php if(isset($page) && isset($page['operator'])) { ?>
|
||||
|
Loading…
Reference in New Issue
Block a user