diff options
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testsuite.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 4801becd6..cb9ef08b8 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 |