diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-20 20:34:21 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-20 20:34:21 -0400 |
commit | 75f6b5f1886ae84884d2bffd6ea03c6e6ed9ff28 (patch) | |
tree | 6da52af527bcb2ec5a680dcc7ff9eae8f5eb2122 /tests/visual/position/position_feedback.html | |
parent | cac6831e3408b05446ba2682d2d6232224151a2b (diff) | |
download | jquery-ui-75f6b5f1886ae84884d2bffd6ea03c6e6ed9ff28.tar.gz jquery-ui-75f6b5f1886ae84884d2bffd6ea03c6e6ed9ff28.zip |
Position visual tests: Cleanup.
Diffstat (limited to 'tests/visual/position/position_feedback.html')
-rw-r--r-- | tests/visual/position/position_feedback.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/visual/position/position_feedback.html b/tests/visual/position/position_feedback.html index 006a1be02..bea1dd2c2 100644 --- a/tests/visual/position/position_feedback.html +++ b/tests/visual/position/position_feedback.html @@ -2,8 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Position Visual Test: Default</title> - <link rel="stylesheet" href="../visual.css"> + <title>Position Visual Test: Feedback</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> <script src="../../../jquery-1.7.2.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> @@ -86,6 +85,7 @@ width: 75px; height: 25px; padding: 5px; + font-size: 62.5%; } #target { height: 75px; |