move the mass.svg urls

main
Yanick Champoux 2021-06-13 12:48:22 -04:00
parent ec63a80d42
commit 131cf46503
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
width: 0.75em;
}
.cost:after { content: '\00A4'; margin-left: 0.5em; }
.mass:after { content: url("mass.svg"); width: 0.75em; display:
.mass:after { content: url("/mass.svg"); width: 0.75em; display:
inline-block; margin-left: 0.5em; }

View File

@ -6,7 +6,7 @@
<style>
div:after {
content: url(mass.svg);
content: url("/mass.svg");
width: 0.75em;
display: inline-block;
margin-left: 0.5em;

View File

@ -56,7 +56,7 @@
margin-left: 0.5em;
}
.mass:after {
content: url(mass.svg);
content: url("/mass.svg");
width: 0.75em;
display: inline-block;
margin-left: 0.5em;

View File

@ -48,7 +48,7 @@
width: 5em;
}
.mass_symbol:after {
content: url(mass.svg);
content: url("/mass.svg");
width: 0.75em;
display: inline-block;
margin-left: 0.5em;