Text set by data-legend attribute
This commit is contained in:
Andrea Rendine
2016-02-17 01:55:53 +01:00
parent 07998376e7
commit e4bb616a93
+2 -2
View File
@@ -581,7 +581,7 @@ body.noMask #description {
} }
#lootButtons:before { #lootButtons:before {
content: "take:"; content: attr(data-legend);
position: absolute; position: absolute;
top: -25px; top: -25px;
left: 0px; left: 0px;
@@ -599,7 +599,7 @@ body.noMask #description {
} }
#dropMenu:before { #dropMenu:before {
content: "drop:"; content: attr(data-legend);
border-bottom: 1px solid black; border-bottom: 1px solid black;
display: block; display: block;
margin-bottom: 5px; margin-bottom: 5px;