diff options
author | bryan newbold <bnewbold@snark.mit.edu> | 2009-01-19 06:28:41 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@snark.mit.edu> | 2009-01-19 06:28:41 -0500 |
commit | 9cff073ea5d70f5382cd259fdb3238d83e937767 (patch) | |
tree | d65ed61d71cfc10506d5fa7c81e0b1c04907326f /bn_django | |
parent | 778c4c880e5fc1251286610c35aea5d5266fbe30 (diff) | |
download | bnewnet-9cff073ea5d70f5382cd259fdb3238d83e937767.tar.gz bnewnet-9cff073ea5d70f5382cd259fdb3238d83e937767.zip |
CSS Switching Removed
The complexity of cookie-based style selection was driving me nuts!
Visitors can still select alternative stylesheets but I don't think they will persist page to page.
Diffstat (limited to 'bn_django')
-rw-r--r-- | bn_django/templates/base.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 921d6ad..1b8f4d5 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -3,7 +3,6 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> {% block stylesheets %} -<script type="text/javascript" src="/static/style/styleswitcher.js"></script> <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" @@ -45,16 +44,6 @@ <input type="hidden" name="domains" value="bryannewbold.com" /> <input type="hidden" name="sitesearch" value="bryannewbold.com" /> </form> - style: - <a onclick="swapstyle('font');return;" href="#" - id="style_font" class="subtle"> - <span class="style_font_first" id="style_font_first"> - a</span><span class="style_font_second" id="style_font_second">A - </span></a> - <a onclick="swapstyle('width');return;" href="#" - id="style_width" class="subtle">fixed</a> - <a onclick="swapstyle('site');return;" href="#" - id="style_site" class="subtle">sane</a> <span class="righty"></span> </div> <span class="path"> |