make page generation info less prominent in the footer

This commit is contained in:
Matthew Connelly 2015-03-14 19:38:58 +00:00
parent 05463fa84b
commit 4be7478dc4
2 changed files with 5 additions and 2 deletions

View File

@ -7,8 +7,8 @@
</div> </div>
</div> </div>
<footer> <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 /> <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 />
Served by <TMPL_VAR NAME="host">, site generated at <TMPL_VAR NAME="gentime"> (took <TMPL_VAR NAME="genworktime">) <span id="small">Served by <TMPL_VAR NAME="host">, site generated at <TMPL_VAR NAME="gentime"> (took <TMPL_VAR NAME="genworktime">)</span>
</footer> </footer>
<!-- <!--
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>

View File

@ -113,6 +113,9 @@ footer {
footer > a, footer > a:hover, footer > a:focus { footer > a, footer > a:hover, footer > a:focus {
color: #eeffef; color: #eeffef;
} }
footer > #small {
font-size: 11px;
}
.accordion-group { .accordion-group {
border-width:0; border-width:0;
} }