Add links to tool names under crafting grids

This commit is contained in:
Andrew Miner
2015-02-23 19:25:35 -08:00
parent aa42053c6e
commit 8f82072af3
6 changed files with 58 additions and 29 deletions
+13 -1
View File
@@ -36,6 +36,18 @@ All rights reserved.
}
}
.output {
.tool {
a {
color: $color-text;
font-family: $font-family-normal;
font-size: $font-size-normal;
font-weight: bold;
text-decoration: none;
&:hover {
color: $color-link;
text-decoration: underline;
}
}
}
}
+12 -1
View File
@@ -16,7 +16,18 @@ All rights reserved.
position: absolute; right: 0; bottom: -2em; left: 0; height: 1.5em;
text-align: center;
p { font-weight: bold; }
a {
color: $color-text;
font-family: $font-family-normal;
font-size: $font-size-normal;
font-weight: bold;
text-decoration: none;
&:hover {
color: $color-link;
text-decoration: underline;
}
}
}
}