mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 16:44:11 +03:00
Move header logo's styles to css
This commit is contained in:
parent
b19473f658
commit
1306efd380
@ -143,6 +143,10 @@ img.left {
|
||||
img.logo {
|
||||
margin-top: 2px;
|
||||
}
|
||||
#header img.logo {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
#header h1 {
|
||||
font-size: 2em;
|
||||
line-height: 32px;
|
||||
|
@ -25,7 +25,7 @@
|
||||
<div id="header">
|
||||
<div id="title">
|
||||
<h1>
|
||||
<a href="{{route "home_operator"}}"><img src="{{asset "@CurrentStyle/images/logo.png"}}" alt="" width="32" height="32" class="left logo" /></a>
|
||||
<a href="{{route "home_operator"}}"><img src="{{asset "@CurrentStyle/images/logo.png"}}" alt="" class="left logo" /></a>
|
||||
{{#if headertitle}}{{headertitle}}{{else}}{{title}}{{/if}}
|
||||
</h1>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user