This commit is contained in:
Blake Grotewold
2016-03-19 15:00:32 -04:00
3 changed files with 130 additions and 28 deletions
+2 -2
View File
@@ -568,7 +568,7 @@ body.noMask #description {
}
#lootButtons:before {
content: "take:";
content: attr(data-legend);
position: absolute;
top: -25px;
left: 0px;
@@ -586,7 +586,7 @@ body.noMask #description {
}
#dropMenu:before {
content: "drop:";
content: attr(data-legend);
border-bottom: 1px solid black;
display: block;
margin-bottom: 5px;