Skip to content

Commit 2733dfc

Browse files
author
Philip Guo
committed
made "Edit code" button slightly smaller
1 parent 7eb22a9 commit 2733dfc

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

edu-python.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ table#pyCodeOutput .cod {
174174

175175
div#editCodeLinkDiv {
176176
text-align: center;
177-
margin-top: 10px;
177+
margin-top: 8px;
178178
}
179179

180180
#editCodeLinkOnError {
@@ -200,6 +200,10 @@ button.bigBtn {
200200
padding: 3px;
201201
}
202202

203+
button.medBtn {
204+
font-size: 12pt;
205+
padding: 3px;
206+
}
203207

204208

205209
/* VCR control buttons for stepping through execution */

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
<div id="editCodeLinkDiv">
125125

126-
<button id="editBtn" class="bigBtn" type="button">Edit code</button>
126+
<button id="editBtn" class="medBtn" type="button">Edit code</button>
127127

128128
</div>
129129

0 commit comments

Comments
 (0)