diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-10-04 21:11:41 -0400 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-10-04 21:11:41 -0400 |
commit | f1d794f1c6a5dabc14c1ac80c148a306c93b35aa (patch) | |
tree | 55aef49cfa7bc1997618b3a4720f2841706e44f3 /bn_django | |
parent | 56250eb7be46736cbc918ed696712d82cf35bdb5 (diff) | |
download | bnewnet-f1d794f1c6a5dabc14c1ac80c148a306c93b35aa.tar.gz bnewnet-f1d794f1c6a5dabc14c1ac80c148a306c93b35aa.zip |
alts are for wimps?
Diffstat (limited to 'bn_django')
-rw-r--r-- | bn_django/templates/base.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 0459655..159c6c6 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -5,22 +5,6 @@ {% block stylesheets %} <link rel="stylesheet" type="text/css" href="/static/style/default.css" /> <link rel="stylesheet" type="text/css" href="/static/style/commentary.css" /> -<link rel="alternate stylesheet" type="text/css" - href="/static/style/fixed-sane-sans.css" title="fixed-sane-sans" /> -<link rel="alternate stylesheet" type="text/css" - href="/static/style/fixed-sane-serif.css" title="fixed-sane-serif" /> -<link rel="alternate stylesheet" type="text/css" - href="/static/style/fixed-nuts-sans.css" title="fixed-nuts-sans" /> -<link rel="alternate stylesheet" type="text/css" - href="/static/style/fixed-nuts-serif.css" title="fixed-nuts-serif" /> -<link rel="alternate stylesheet" type="text/css" - href="/static/style/flexy-sane-sans.css" title="flexy-sane-sans" /> -<link rel="alternate stylesheet" type="text/css" - href="/static/style/flexy-sane-serif.css" title="flexy-sane-serif" /> -<link rel="alternate stylesheet" type="text/css" - href="/static/style/flexy-nuts-sans.css" title="flexy-nuts-sans" /> -<link rel="alternate stylesheet" type="text/css" - href="/static/style/flexy-nuts-serif.css" title="flexy-nuts-serif" /> {% endblock %} {% block externaljs %} {% endblock %} {% block otherhead %} {% endblock %} <title>{% block windowtitle %}bnewbold.net{% endblock %}</title> |