updated style.css
This commit is contained in:
parent
243acfb4fd
commit
94e3b8524b
@ -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">
|
||||||
© {{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 }}
|
{{ 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>
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user