aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/index.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-15 16:43:47 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-15 16:43:47 -0400
commitc0f6b0ccdf69c705a03e30778ae318e0cd8a0625 (patch)
treed40fe3aa05c069a3bbbac955f895bb9407ab7742 /tests/unit/index.html
parent00375d97bbb34af55c936ab92cf3d6943b068cd1 (diff)
downloadjquery-ui-c0f6b0ccdf69c705a03e30778ae318e0cd8a0625.tar.gz
jquery-ui-c0f6b0ccdf69c705a03e30778ae318e0cd8a0625.zip
Tests: Cleaned up index pages. Fixes #7374 - Broken link to Static and Visual tests (Index of Static and Visual tests do not exist).
Diffstat (limited to 'tests/unit/index.html')
-rw-r--r--tests/unit/index.html34
1 files changed, 2 insertions, 32 deletions
diff --git a/tests/unit/index.html b/tests/unit/index.html
index b73ede29c..e2dd9069a 100644
--- a/tests/unit/index.html
+++ b/tests/unit/index.html
@@ -6,39 +6,9 @@
<link rel="stylesheet" href="../../themes/base/jquery.ui.core.css">
<link rel="stylesheet" href="../../themes/base/jquery.ui.theme.css">
- <style>
- body {
- font-size: 62.5%;
- }
- .ui-widget-header {
- padding: 0.2em 0.5em;
- margin: 0;
- }
- .ui-widget-content {
- padding: 1em;
- margin-bottom: 1em;
- }
- ul {
- margin: 0;
- list-style: none;
- }
- li {
- line-height: 2em;
- }
- </style>
-
+ <link rel="stylesheet" href="../index.css">
<script src="../jquery.js"></script>
- <script>
- $(function() {
- $( "#main" )
- .addClass( "ui-widget" )
- .find( "h1, h2" )
- .addClass( "ui-widget-header ui-corner-top" )
- .next()
- .addClass( "ui-widget-content ui-corner-bottom" );
-
- });
- </script>
+ <script src="../index.js"></script>
</head>
<body>