Add link to crafting plan from item detail #83

This commit is contained in:
Andrew Miner
2015-02-09 21:15:10 -08:00
parent 383bc5a904
commit cf6d6fdbed
4 changed files with 31 additions and 13 deletions
+13 -1
View File
@@ -24,6 +24,18 @@ All rights reserved.
@include pixel-image;
}
}
a {
position: relative; width: 80%;
margin: 0 10%;
display: none;
p {
font-family: $font-family-normal;
font-size: $font-size-normal;
text-align: center;
}
}
}
.mainBody {
@@ -74,7 +86,7 @@ All rights reserved.
display: none;
}
.usedInMaking {
.usedToMake {
display: none;
}
}