diff options
author | Richard Wall <richard@largo> | 2011-06-12 16:42:44 +0100 |
---|---|---|
committer | Richard Wall <richard@largo> | 2011-06-12 16:42:44 +0100 |
commit | 153f51bcc0f537fab5ab059b8fb76cd34389354d (patch) | |
tree | 299a0c681f63653f0fb5a8de582f57847192530a /test.html | |
parent | 579605cb677a0345688c5421b0075b26111c4393 (diff) | |
parent | 2e0922788f4f3d34e8fe56fcdf140e59299c730c (diff) |
Various changes and re-factoring towards implementation of a customisable interface. Old and unfinished but needs merging before starting work on Jquery 1.5 compatibility work.
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3,10 +3,7 @@ <head> <meta charset="utf-8"> <title>Jarmon Unit Test Runner</title> - <link rel="stylesheet" type="text/css" - href="http://developer.yahoo.com/yui/3/assets/yui.css"/> - <link rel="stylesheet" type="text/css" - href="http://yui.yahooapis.com/3.1.1/build/cssfonts/fonts-min.css"/> + <style type='text/css'> .chart { width: 500px; |