Revert "Simplify style switcher" as it doesn't work with Chrome like this

This reverts commit 98e913c933.
This commit is contained in:
Matthias Schiffer 2012-06-16 15:49:35 +02:00
commit e2347fa020
2 changed files with 25 additions and 10 deletions

View file

@ -5,7 +5,7 @@
<title>Freifunk Lübeck - Knotengraph</title>
<link href='style.css' rel='stylesheet' type='text/css' />
<link href='force.css' rel='stylesheet' type='text/css' />
<link href='force-big.css' rel='alternate stylesheet' type='text/css' title='big'/>
<link href='force-big.css' rel='alternate stylesheet' type='text/css' title='big' disabled/>
<link href='force-light.css' rel='stylesheet' type='text/css' title='light'/>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="d3.v2.js"></script>