[#1] Add inventory and update calc's to use it

This commit is contained in:
Andrew Miner
2013-08-21 22:24:14 -07:00
parent 79c55a2120
commit 32e2a8a1ee
3 changed files with 38 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ p { margin-left: 10px; margin-right: 10px; }
#border_bedrock { background: url("../images/bedrock.png"); height: 32px; box-shadow: 2px 0px 4px #444; }
#crafting { margin-bottom: 64px; }
#crafting_error { margin-left: 10px; }
#crafting_output { margin-left: 10px; width: 920px; }
#crafting_output { margin-left: 10px; min-height: 400px; width: 920px; }
#crafting_output th { background: #f8f8f8; border-left: 1px solid #bbb; font-weight: bold; padding: 10px; }
#crafting_output td { background: #f8f8f8; border-left: 1px solid #bbb; padding: 10px; }
#crafting_selector { width: 400px; }