# HG changeset patch # User Daniel O'Connor # Date 1313396760 -34200 # Node ID 4385563d45e7f6a25b3702818265a4c2889b1998 # Parent 2d9ee2b3ae82f72ebede327bf7214f7423cdf89f Add missing file. diff -r 2d9ee2b3ae82 -r 4385563d45e7 static/iwws.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/iwws.css Mon Aug 15 17:56:00 2011 +0930 @@ -0,0 +1,18 @@ +div.legend { + font-size: x-small; +} + +div.tickLabel { + font-size: x-small; +} + +#graph1 { + width: 100%; + /* can't do height 50% .. results in 0px height */ + height: 180px; +} + +#graph2 { + width: 100%; + height: 180px; +}