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
This commit is contained in:
crschmidt
2008-08-01 18:15:30 +00:00
parent 232b635b12
commit 76170bf821

View File

@@ -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; }