Skip to content

Commit 223d638

Browse files
author
Philip Guo
committed
minor cosmetic
1 parent 5a469cd commit 223d638

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

edu-python.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ td.dictKey .typeLabel {
428428
max-width: 700px;
429429
border-top: 1px solid #bbbbbb;
430430
padding-top: 5px;
431-
margin-top: 10px;
431+
margin-top: 5px;
432432
}
433433

434434

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@
105105

106106
</p>
107107

108-
<p>
109-
<br/><input type="checkbox" id="classicModeCheckbox"/> Use low-bandwidth mode (for older browsers)
110-
</p>
111-
112108
</div>
113109

114110

@@ -158,18 +154,22 @@
158154

159155
<center>
160156

157+
161158
<div id="footer">
162159

160+
<input type="checkbox" id="classicModeCheckbox"/> Use low-bandwidth mode (for older browsers)
161+
162+
<p/>
163163
This application supports the core <a
164164
href="http://www.python.org/doc/2.5/">Python 2.5</a> language, with no
165165
module imports or file I/O. It's meant to be used as a platform for
166-
creating programming tutorials, not for actually running or debugging
166+
creating programming tutorials, not for running or debugging
167167
production code.
168168

169-
<p style="margin-top: 8px;"/>
170-
If you want Python 3, try using the <a
171-
href="http://netserv.ict.ru.ac.za/python3_viz/">Python 3 visualizer</a>,
172-
a fork maintained by Peter Wentworth.
169+
<p style="margin-top: 8px;"/>Official Python 3 support is coming soon;
170+
for now, try the <a
171+
href="http://netserv.ict.ru.ac.za/python3_viz/">Python 3 fork</a> by
172+
Peter Wentworth.
173173

174174
<p style="margin-top: 8px;"/>
175175
Check out the <a

0 commit comments

Comments
 (0)