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 {
|
.masthead-title a {
|
||||||
color: #505050;
|
color: #505050;
|
||||||
}
|
}
|
||||||
|
.masthead-title img {
|
||||||
|
max-width: 10%;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
.masthead-title small {
|
.masthead-title small {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
|
<img src="$baseurl$/images/jfdic-logo.png" class=logo style="display: inline;"/>
|
||||||
<a href="$baseurl$" title="Home">$site-title$</a>
|
<a href="$baseurl$" title="Home">$site-title$</a>
|
||||||
<small>$tagline$</small>
|
<small>$tagline$</small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in a new issue