X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=test%2Fdata%2Ftestsuite.css;h=cb9ef08b8a449656f3b59436f9ed3c70d76fc318;hb=9e48649729a5d4cd9ce52bcba067ba33a562cb4b;hp=4801becd652ab83581f2ffebda3420c563c0d6a4;hpb=b3ec8edddd9261eef490f8317144e9c68c888819;p=jquery.git diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 4801bec..cb9ef08 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -114,4 +114,16 @@ div.chain.test div { background: green; } div.chain.out { background: green; } div.chain.out div { background: red; display: none; } -div#show-tests * { display: none; } \ No newline at end of file +div#show-tests * { display: none; } + +form.otherlibs{ + margin: 20px 0 0 30px; +} + form.otherlibs label{ + display:block; + margin: 5px 0 5px 30px; + } + form.otherlibs input.submit{ + margin:30px 0 0 0; + + } \ No newline at end of file