fixed Issue 927:add autoscroll widget to debugger interactive shell, thanks Anthony

This commit is contained in:
mdipierro
2012-08-10 12:55:56 -05:00
parent bd6151d0c2
commit 914a87be4e
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
<textarea class="prompt" name="statement" id="statement"></textarea>
<span>Type some Python code in here and hit Return (Enter) to execute it.</span>
</div>
<div id="autoscroll" style="float:right;">autoscroll</div>
<div id="autoscroll" style="cursor:pointer;float:right;">autoscroll</div>
</div>
</form>
</div>