File tree Expand file tree Collapse file tree 2 files changed +128
-346
lines changed
Expand file tree Collapse file tree 2 files changed +128
-346
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ span {
126126td # stack_td ,
127127td # heap_td {
128128 vertical-align : top;
129- font-size : 12 pt ;
129+ font-size : 10 pt ; /* don't make fonts in the heap so big! */
130130}
131131
132132table # 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+
352359table .listTbl td .listElt ,
353360table .tupleTbl td .tupleElt {
354361 padding-top : 0px ;
You can’t perform that action at this time.
0 commit comments