make page generation info less prominent in the footer
This commit is contained in:
parent
05463fa84b
commit
4be7478dc4
|
@ -7,8 +7,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<a href="https://github.com/MaffC/BlogAlba">BlogAlba</a> + <a href="http://lighttpd.net">lighttpd</a> + <a href="http://freebsd.org">freebsd</a> + <a href="http://digitalocean.com">digitalocean</a><br />
|
||||
Served by <TMPL_VAR NAME="host">, site generated at <TMPL_VAR NAME="gentime"> (took <TMPL_VAR NAME="genworktime">)
|
||||
<a href="https://github.com/MaffC/BlogAlba">BlogAlba</a> + <a href="http://nginx.org">nginx</a> + <a href="http://freebsd.org">freebsd</a> + <a href="http://digitalocean.com">digitalocean</a><br />
|
||||
<span id="small">Served by <TMPL_VAR NAME="host">, site generated at <TMPL_VAR NAME="gentime"> (took <TMPL_VAR NAME="genworktime">)</span>
|
||||
</footer>
|
||||
<!--
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
||||
|
|
|
@ -113,6 +113,9 @@ footer {
|
|||
footer > a, footer > a:hover, footer > a:focus {
|
||||
color: #eeffef;
|
||||
}
|
||||
footer > #small {
|
||||
font-size: 11px;
|
||||
}
|
||||
.accordion-group {
|
||||
border-width:0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue