From 10683070288b879057b70bea56fca96373cb506c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 8 Aug 2007 02:15:11 -0400 Subject: fixed up styleswitching, may still have to tweak file change (aka 304 http status codes) for alt css files --- bn_django/templates/base.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'bn_django/templates/base.html') 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 @@ + href="/static/style/fixed-sane-sans.css" title="fixed-sane-sans" /> + href="/static/style/fixed-sane-serif.css" title="fixed-sane-serif" /> + href="/static/style/fixed-nuts-sans.css" title="fixed-nuts-sans" /> + href="/static/style/fixed-nuts-serif.css" title="fixed-nuts-serif" /> + href="/static/style/flexy-sane-sans.css" title="flexy-sane-sans" /> + href="/static/style/flexy-sane-serif.css" title="flexy-sane-serif" /> + + {% endblock %} {% block externaljs %} {% endblock %} {% block windowtitle %}bryannewbold.com{% endblock %} -- cgit v1.2.3