diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-10-05 22:28:22 -0400 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-10-05 22:28:22 -0400 |
commit | 01f4d90290391358d5078a27bdb961c06413a315 (patch) | |
tree | 140dd7d2e5a3ff214837ab3d48d35d967357a772 /bn_django | |
parent | b2d9c801f804c2964efeba952b9ac7389971906c (diff) | |
download | bnewnet-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.html | 1 |
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 %} |