Skip to content

Commit 561a8fd

Browse files
author
Philip Guo
committed
minor
1 parent 1760f35 commit 561a8fd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

v3/css/pytutor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ div.ExecutionVisualizer table#pyCodeOutput {
8585
font-size:12pt;
8686
line-height:1.1em;
8787
border-spacing: 0px;
88-
border-top: 1px solid #999999;
88+
border-top: 1px solid #bbb;
8989
padding-top: 3px;
90-
border-bottom: 1px solid #999999;
90+
border-bottom: 1px solid #bbb;
9191
/*margin-top: 6px;*/
9292
margin: 6px auto; /* Center code in its pane */
9393
}

v3/lesson.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@
8282

8383
<div id="footer">
8484

85-
<p>
86-
Check out the <a
87-
href="https://github.com/pgbovine/OnlinePythonTutor/">GitHub</a>
88-
repository and send bug reports, feedback, and suggestions to philip@pgbovine.net
85+
Diagrams rendered by <a href="http://www.pythontutor.com/">Online Python
86+
Tutor</a>.
87+
88+
Copyright &copy; 2010-2012 <a href="http://www.pgbovine.net/">Philip
89+
Guo</a>. All rights reserved.
8990

90-
<p style="margin-top: 8px;"/>
91-
Copyright &copy; 2010-2012 <a href="http://www.pgbovine.net/">Philip Guo</a>. All rights reserved.
91+
<p/>Send bug reports, feedback, and suggestions to philip@pgbovine.net
9292

9393
</div>
9494

0 commit comments

Comments
 (0)