Remove label's text from css, so it gets translatable. #50.

Thanks for the comment to NejcZdovc!
This commit is contained in:
Arpad Csanyi
2016-05-31 23:18:04 +02:00
parent 4d548b8c03
commit 7dbf9c0b75
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ ul {
position: relative;
&:before {
content: 'Layers: ';
content: attr(data-title);
display: inline-block;
position: absolute;
bottom: -0.3em;