From 961bc2c426d38d849a050e31454a540d6dd4176a Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Fri, 24 Feb 2012 15:31:22 +0100 Subject: [PATCH] little changes in the theme --- pelican.conf.py | 2 +- theme/static/css/main.css | 2 ++ theme/templates/base.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pelican.conf.py b/pelican.conf.py index 513daff..519defc 100644 --- a/pelican.conf.py +++ b/pelican.conf.py @@ -20,4 +20,4 @@ SOCIAL = (('twitter', 'http://twitter.com/ametaireau'), ('github', 'http://github.com/ametaireau'),) TIMEZONE = "Europe/Paris" -LOCALE = "en_US" +LOCALE = "en_US.utf8" diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 93c4f49..b073e51 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -82,6 +82,8 @@ nav ul li { padding: 15px; background-color: black; color: white; + overflow: scroll; + } .content blockquote { diff --git a/theme/templates/base.html b/theme/templates/base.html index 902b24b..45d07b5 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -8,7 +8,7 @@
-

{{ AUTHOR }}'s thougths

+

{{ AUTHOR }}'s thoughts

{% block content %}{% endblock %}