aboutsummaryrefslogtreecommitdiffstats
path: root/tests/index.css
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/index.css
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/index.css')
-rw-r--r--tests/index.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/index.css b/tests/index.css
new file mode 100644
index 000000000..2034cfba5
--- /dev/null
+++ b/tests/index.css
@@ -0,0 +1,21 @@
+body {
+ font-size: 62.5%;
+}
+.ui-widget-header {
+ padding: 0.2em 0.5em;
+ margin: 0;
+}
+.ui-widget-content {
+ padding: 1em;
+ margin-bottom: 1em;
+}
+p {
+ margin: 0;
+}
+ul {
+ margin: 0;
+ list-style: none;
+}
+li {
+ line-height: 2em;
+}