updated style.css

This commit is contained in:
Paul 2020-01-12 21:19:32 +01:00
parent 243acfb4fd
commit 94e3b8524b
2 changed files with 3 additions and 8 deletions

View File

@ -2,11 +2,10 @@
<div class="outer">
<div id="footer-info" class="inner">
<footer id="footer-left">
&copy; {{now.Format "2006"}} <a href="https://git.paulbsd.com/paulbsd">paulbsd</a>. <br>
&copy; {{ now.Format "2006" }} <a href="https://git.paulbsd.com/paulbsd">paulbsd</a>. <br>
{{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }}
</footer>
<footer id="footer-right"> <a href="">Reference</a> <a href="">Keybind</a> <a href="">Command</a> <a
href="">API</a> </footer>
<footer id="footer-right"> <a href="">Reference</a><a href="">Command</a></footer>
</div>
</div>
</footer>

View File

@ -450,10 +450,6 @@ a:visited {
#search-form-wrap {
float: right;
}
.header-inner {
height: 100%;
position: relative;
}
.header-inner #logo {
display: inline-block;
}
@ -2412,7 +2408,7 @@ h1 a:hover span.icon-phoenix_logo {
.header-inner {
background-color: #333;
position: relative;
}
a.navbar-brand span.site-title-arch {