1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-19 08:27:40 +00:00

clear error markers when build, error, unchanged; hack for dumpMemory() to work

This commit is contained in:
Steven Hugg
2018-06-29 22:42:21 -06:00
parent 9b41ae022a
commit d146a7adee
4 changed files with 36 additions and 29 deletions
+3
View File
@@ -83,6 +83,9 @@ div.mem_info {
z-index: 12;
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
font-size: 12pt;
-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
box-shadow: 3px 3px 5px rgba(0,0,0,.5);
}
.btn_group {
border-radius:6px;