mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 00:14:40 +03:00
Switch to the new logo
This commit is contained in:
parent
dc006e0a50
commit
39d3d2b7b0
@ -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
BIN
src/mibew/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@ -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'])) { ?>
|
||||
|
Loading…
Reference in New Issue
Block a user