From 76170bf82170393edcecf81f9f83391d311e1d21 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 1 Aug 2008 18:15:30 +0000 Subject: [PATCH] making the test div smaller so I don't have to scroll two things to run a specific test. git-svn-id: http://svn.openlayers.org/trunk/openlayers@7665 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/run-tests.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-tests.html b/tests/run-tests.html index 89c8554c8c..46bea5d640 100644 --- a/tests/run-tests.html +++ b/tests/run-tests.html @@ -32,7 +32,7 @@ body { height: 98%; font: normal normal 10pt sans-serif } #col1 { float: left; width: 27em; margin: 0 0 0 1em; overflow: visible; } #col2 { position: relative; height: 98%; margin: 0 0.5em 0 28em; } #col1_header { margin-top: 0.5em; } -#scroller { height: 550px; overflow: auto;} +#scroller { height: 400px; overflow: auto;} #testtable { margin: 0 0 2em 0; width: 97%; } #run_buttons { margin-bottom: 4em; }