aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_zf/templates/archives.html
diff options
context:
space:
mode:
authorMatt <s@tuxlite.com>2013-05-12 16:46:53 +0000
committerMatt <s@tuxlite.com>2013-05-12 16:46:53 +0000
commit1abef3723b4db5b3c287db58fbe9275064384ad8 (patch)
tree9e5432871233f29cc4cd2cc308a6728e7e148ff1 /tuxlite_zf/templates/archives.html
parentff2e25c964ba12505a402d00c9fa566367161667 (diff)
downloadpelican-themes-1abef3723b4db5b3c287db58fbe9275064384ad8.zip
pelican-themes-1abef3723b4db5b3c287db58fbe9275064384ad8.tar.gz
pelican-themes-1abef3723b4db5b3c287db58fbe9275064384ad8.tar.bz2
Fix misc styling bugs.
- Change header and site name colors - Fix heading sizes for pages and archives - Change navigation link color - Fix syntax highlighting. Now using solarized theme - Fix HTML lists using list-style-position - Increased spacing between posts - Update foundation CSS, JS files
Diffstat (limited to 'tuxlite_zf/templates/archives.html')
-rw-r--r--tuxlite_zf/templates/archives.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tuxlite_zf/templates/archives.html b/tuxlite_zf/templates/archives.html
index d866cd5..357246f 100644
--- a/tuxlite_zf/templates/archives.html
+++ b/tuxlite_zf/templates/archives.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
-<h1>Archives</h1>
+<h3>Archives</h3>
<table class="table-archive">
<tbody>
@@ -14,4 +14,4 @@
</tbody>
</table>
-{% endblock %} \ No newline at end of file
+{% endblock %}