more work on HacknetNode.js and also added css content for PurchaseRamForHomeBox

This commit is contained in:
Daniel Xie
2017-04-27 00:01:21 -05:00
parent 14fb303504
commit e2947cc8c3
8 changed files with 163 additions and 11 deletions
+14 -2
View File
@@ -108,6 +108,20 @@
text-decoration: none;
}
/* Hacknet Nodes */
#hacknet-nodes-container {
position: fixed;
padding-top: 10px;
padding-left: 10px;
height: 100%;
margin-left: 10%;
width: 99%;
}
.hacknet-node li {
}
/* World */
#world-container {
position: fixed;
@@ -219,8 +233,6 @@
list-style-type: none;
}
/* Augmentations */
#augmentations-container {
position: fixed;