We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6bf87 commit a070709Copy full SHA for a070709
PyTutorGAE/css/edu-python.css
@@ -383,13 +383,10 @@ table.dictTbl {
383
border-spacing: 1px;
384
}
385
386
-table.dictTbl tr.dictEntry {
387
- border: 1px #111111 solid;
388
-}
389
390
table.dictTbl td.dictKey,
391
table.instTbl td.instKey {
392
- background-color: #ffffff;
+ background-color: white;
393
394
395
table.dictTbl,
@@ -440,6 +437,7 @@ table.instTbl {
440
437
441
438
442
439
+table.dictTbl tr.dictEntry,
443
table.instTbl tr.instEntry {
444
border: 1px #555555 solid;
445
0 commit comments