updated style.css
This commit is contained in:
parent
243acfb4fd
commit
94e3b8524b
@ -2,11 +2,10 @@
|
||||
<div class="outer">
|
||||
<div id="footer-info" class="inner">
|
||||
<footer id="footer-left">
|
||||
© {{now.Format "2006"}} <a href="https://git.paulbsd.com/paulbsd">paulbsd</a>. <br>
|
||||
© {{ 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>
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user