rss icon fix
This commit is contained in:
parent
9e8f425ab0
commit
869a7a4adc
2 changed files with 12 additions and 5 deletions
|
@ -1,4 +1,6 @@
|
||||||
<header id="header">
|
<header id="header">
|
||||||
|
<a href="/atom.xml" target="_blank"><img class="rss-icon" src="/img/rss-32x32.png" alt="ATOM Feed" title="ATOM Feed" /></a>
|
||||||
|
|
||||||
<!-- Dark Mode Button -->
|
<!-- Dark Mode Button -->
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
|
@ -14,6 +16,4 @@
|
||||||
<a href="{{ site.baseurl }}" class="wk">Weekly</a>
|
<a href="{{ site.baseurl }}" class="wk">Weekly</a>
|
||||||
<a href="/periodicals/" class="pd">Periodical</a>
|
<a href="/periodicals/" class="pd">Periodical</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="/atom.xml" target="_blank"><img src="/img/rss-32x32.png" alt="ATOM Feed" title="ATOM Feed" /></a>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -109,5 +109,12 @@ time.by-line{
|
||||||
}
|
}
|
||||||
|
|
||||||
#header img.logo {
|
#header img.logo {
|
||||||
margin-left:90px;
|
margin-left: 122px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header img.rss-icon {
|
||||||
|
float: right;
|
||||||
|
right: 80px;
|
||||||
|
top: 13px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
Loading…
Reference in a new issue