diff options
Diffstat (limited to 'tests/unit/index.html')
-rw-r--r-- | tests/unit/index.html | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/tests/unit/index.html b/tests/unit/index.html index 11f478bf7..325d5127f 100644 --- a/tests/unit/index.html +++ b/tests/unit/index.html @@ -1,10 +1,22 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Unit Test Suite</title> + <title>jQuery UI Unit Tests</title> <link type="text/css" href="../../themes/base/jquery.ui.base.css" rel="stylesheet" /> - <link type="text/css" href="testsuite.css" rel="stylesheet" /> + <link rel="stylesheet" href="../../external/qunit.css" type="text/css"/> + <style type="text/css"> + ul { font-family: 'trebuchet ms', verdana, arial; } + h2, ul {font-size: 10pt; } + h2 { + background-color:#EEEEEE; + color:black; + font-size:small; + font-weight:normal; + margin:0; + padding:10px; + } + </style> <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> @@ -30,7 +42,7 @@ </head> <body> -<h1>jQuery UI Unit Tests</h1> +<h1 id="qunit-header">jQuery UI Unit Tests</h1> <h2>Core</h2> <ul> |