aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/index.html
diff options
context:
space:
mode:
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>