theme: added JFDIC logo to masthead
This commit is contained in:
parent
77466020a2
commit
d252cd6e63
|
@ -81,6 +81,12 @@ h1, h2, h3, h4, h5, h6 {
|
|||
.masthead-title a {
|
||||
color: #505050;
|
||||
}
|
||||
.masthead-title img {
|
||||
max-width: 10%;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.masthead-title small {
|
||||
font-size: 75%;
|
||||
font-weight: 400;
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<div class="masthead">
|
||||
<div class="container">
|
||||
<h3 class="masthead-title">
|
||||
<img src="$baseurl$/images/jfdic-logo.png" class=logo style="display: inline;"/>
|
||||
<a href="$baseurl$" title="Home">$site-title$</a>
|
||||
<small>$tagline$</small>
|
||||
</h3>
|
||||
|
|
Loading…
Reference in a new issue