Mercurial > ~darius > hgwebdir.cgi > iwws
changeset 1:4385563d45e7
Add missing file.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 15 Aug 2011 17:56:00 +0930 |
parents | 2d9ee2b3ae82 |
children | 142684bbfdc0 |
files | static/iwws.css |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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; +}