Add a "wide" css for notmyidea.org theme

This commit is contained in:
Alexis Metaireau 2010-11-18 03:33:57 +00:00
commit bab39c9800
4 changed files with 27 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<head>
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{ SITEURL }}/css/main.css" type="text/css" />
<link rel="stylesheet" href="{{ SITEURL }}/css/{{ CSS_FILE }}" type="text/css" />
<link href="{{ SITEURL }}/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" />
@ -76,4 +76,4 @@
{% include 'analytics.html' %}
</body>
</html>
</html>