diff options
author | Corey Frang <gnarf@gnarf.net> | 2012-07-23 10:54:06 -0500 |
---|---|---|
committer | Corey Frang <gnarf@gnarf.net> | 2012-07-23 10:54:06 -0500 |
commit | cb41ec798ac945038bc2764329b264d48f61209c (patch) | |
tree | 170d059f4a97b155d8b0925ec9878359ce9f45ec /tests | |
parent | ed64ccfef4e39ca21152c42e75a5614e2488ae3f (diff) | |
download | jquery-ui-cb41ec798ac945038bc2764329b264d48f61209c.tar.gz jquery-ui-cb41ec798ac945038bc2764329b264d48f61209c.zip |
Build: Splitting Release Coverage build into three
Diffstat (limited to 'tests')
-rw-r--r-- | tests/visual/effects/all.html | 2 | ||||
-rw-r--r-- | tests/visual/effects/effects.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/visual/effects/all.html b/tests/visual/effects/all.html index 1797c5715..d075550a5 100644 --- a/tests/visual/effects/all.html +++ b/tests/visual/effects/all.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Effects Test Suite</title> <link rel="stylesheet" href="effects.css"> - <script src="../../../jquery-1.7.2.js"></script> + <script src="http://code.jquery.com/jquery-git.js"></script> <script src="../../../ui/jquery.ui.effect.js"></script> <script src="../../../ui/jquery.ui.effect-blind.js"></script> <script src="../../../ui/jquery.ui.effect-bounce.js"></script> diff --git a/tests/visual/effects/effects.css b/tests/visual/effects/effects.css index 460019f24..8e9ee0ffd 100644 --- a/tests/visual/effects/effects.css +++ b/tests/visual/effects/effects.css @@ -1,8 +1,8 @@ body { margin: 1em; padding: 0; - background: #191919; - color: #fff; + background: #fff; + color: #000; } ul.effects { |