Skip to content

Commit a070709

Browse files
author
Philip Guo
committed
minor
1 parent ad6bf87 commit a070709

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

PyTutorGAE/css/edu-python.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,13 +383,10 @@ table.dictTbl {
383383
border-spacing: 1px;
384384
}
385385

386-
table.dictTbl tr.dictEntry {
387-
border: 1px #111111 solid;
388-
}
389386

390387
table.dictTbl td.dictKey,
391388
table.instTbl td.instKey {
392-
background-color: #ffffff;
389+
background-color: white;
393390
}
394391

395392
table.dictTbl,
@@ -440,6 +437,7 @@ table.instTbl {
440437
border-spacing: 1px;
441438
}
442439

440+
table.dictTbl tr.dictEntry,
443441
table.instTbl tr.instEntry {
444442
border: 1px #555555 solid;
445443
}

0 commit comments

Comments
 (0)