Skip to content

Commit e60e744

Browse files
author
Philip Guo
committed
more refactoring action
1 parent 1231fb5 commit e60e744

File tree

2 files changed

+128
-346
lines changed

2 files changed

+128
-346
lines changed

PyTutorGAE/css/edu-python.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ span {
126126
td#stack_td,
127127
td#heap_td {
128128
vertical-align:top;
129-
font-size: 12pt;
129+
font-size: 10pt; /* don't make fonts in the heap so big! */
130130
}
131131

132132
table#pyOutputPane {
@@ -286,19 +286,16 @@ button.smallBtn {
286286
}
287287

288288
.keyObj {
289-
font-size: 10pt;
290289
}
291290

292291
.customObj {
293292
font-family: Andale mono, monospace;
294293
/*font-style: italic;*/
295-
font-size: 10pt;
296294
}
297295

298296
.funcObj {
299297
font-family: Andale mono, monospace;
300298
/*font-style: italic;*/
301-
font-size: 10pt;
302299
}
303300

304301
.retval,
@@ -349,6 +346,16 @@ table.tupleTbl td.tupleElt {
349346
border-left: 1px solid #555555; /* must match td.tupleHeader border */
350347
}
351348

349+
table.customObjTbl {
350+
background-color: white;
351+
color: black;
352+
border: 1px solid black;
353+
}
354+
355+
table.customObjTbl td.customObjElt {
356+
padding: 5px;
357+
}
358+
352359
table.listTbl td.listElt,
353360
table.tupleTbl td.tupleElt {
354361
padding-top: 0px;

0 commit comments

Comments
 (0)