aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.(none)>2009-10-05 22:28:22 -0400
committerbnewbold <bnewbold@ziggy.(none)>2009-10-05 22:28:22 -0400
commit01f4d90290391358d5078a27bdb961c06413a315 (patch)
tree140dd7d2e5a3ff214837ab3d48d35d967357a772 /bn_django
parentb2d9c801f804c2964efeba952b9ac7389971906c (diff)
downloadbnewnet-01f4d90290391358d5078a27bdb961c06413a315.tar.gz
bnewnet-01f4d90290391358d5078a27bdb961c06413a315.zip
purged old sytle system, fixing up some reset akchun
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html
index 159c6c6..76e3c50 100644
--- a/bn_django/templates/base.html
+++ b/bn_django/templates/base.html
@@ -3,6 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
{% block stylesheets %}
+<link rel="stylesheet" type="text/css" href="/static/style/reset.css" />
<link rel="stylesheet" type="text/css" href="/static/style/default.css" />
<link rel="stylesheet" type="text/css" href="/static/style/commentary.css" />
{% endblock %}