From e4bb616a938e5f7d90eb0169d21d2592e156f133 Mon Sep 17 00:00:00 2001 From: Andrea Rendine Date: Wed, 17 Feb 2016 01:55:53 +0100 Subject: [PATCH] Legends Text set by data-legend attribute --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 35ceb0e..8249e56 100644 --- a/css/main.css +++ b/css/main.css @@ -581,7 +581,7 @@ body.noMask #description { } #lootButtons:before { - content: "take:"; + content: attr(data-legend); position: absolute; top: -25px; left: 0px; @@ -599,7 +599,7 @@ body.noMask #description { } #dropMenu:before { - content: "drop:"; + content: attr(data-legend); border-bottom: 1px solid black; display: block; margin-bottom: 5px;