[#21] Add support for linking to a certain recipe

This commit is contained in:
Andrew Miner
2013-08-18 17:09:02 -07:00
parent bdda57c1eb
commit 8b3e98c5e7
4 changed files with 302 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ p { margin-left: 10px; margin-right: 10px; }
#border_grass { background: url("../images/grass_side.png"); height: 32px; box-shadow: 2px 0px 4px #444; }
#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 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; }