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 class="outer">
<div id="footer-info" class="inner"> <div id="footer-info" class="inner">
<footer id="footer-left"> <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 }} {{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }}
</footer> </footer>
<footer id="footer-right"> <a href="">Reference</a> <a href="">Keybind</a> <a href="">Command</a> <a <footer id="footer-right"> <a href="">Reference</a><a href="">Command</a></footer>
href="">API</a> </footer>
</div> </div>
</div> </div>
</footer> </footer>

View File

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