Factored trap checks into separate function: checkTraps()

This commit is contained in:
Jeff 2016-11-11 15:49:37 -08:00 committed by Jeff Parsons
commit b87c77b0a0
4 changed files with 365 additions and 327 deletions

View file

@ -234,9 +234,15 @@
}
.pcjs-registers {
width: 100% !important;
max-width: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.pdp11-device {
width: 100% !important;
width: 98% !important;
max-width: none !important;
margin-left: 8px !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}