diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-08-08 02:15:11 -0400 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-08-08 02:15:11 -0400 |
commit | 10683070288b879057b70bea56fca96373cb506c (patch) | |
tree | 1ded224557aa9c9325bc6608b9cf9a0c4d70abb9 /bn_django/templates | |
parent | 6951eb85239f386c8a0b6fd4051f5fbc1d8a77e0 (diff) | |
download | bnewnet-10683070288b879057b70bea56fca96373cb506c.tar.gz bnewnet-10683070288b879057b70bea56fca96373cb506c.zip |
fixed up styleswitching, may still have to tweak file change (aka 304 http status codes) for alt css files
Diffstat (limited to 'bn_django/templates')
-rw-r--r-- | bn_django/templates/base.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 95be2a4..b71af07 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -7,17 +7,21 @@ <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/site-sane.css" title="site-sane" /> + href="/static/style/fixed-sane-sans.css" title="fixed-sane-sans" /> <link rel="alternate stylesheet" type="text/css" - href="/static/style/site-nuts.css" title="site-nuts" /> + href="/static/style/fixed-sane-serif.css" title="fixed-sane-serif" /> <link rel="alternate stylesheet" type="text/css" - href="/static/style/font-sans.css" title="font-sans" /> + href="/static/style/fixed-nuts-sans.css" title="fixed-nuts-sans" /> <link rel="alternate stylesheet" type="text/css" - href="/static/style/font-serif.css" title="font-serif" /> + href="/static/style/fixed-nuts-serif.css" title="fixed-nuts-serif" /> <link rel="alternate stylesheet" type="text/css" - href="/static/style/width-fixed.css" title="width-fixed" /> + href="/static/style/flexy-sane-sans.css" title="flexy-sane-sans" /> <link rel="alternate stylesheet" type="text/css" - href="/static/style/width-flexy.css" title="width-flexy" /> + 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 %} <title>{% block windowtitle %}bryannewbold.com{% endblock %}</title> |