
Fixes an issue where old prices were not displayed with strike-through text on the PlayStation store. :^)
10 lines
338 B
HTML
10 lines
338 B
HTML
<!doctype html>
|
|
<link rel="match" href="reference/text-decoration-in-anonymous-wrapper-ref.html" />
|
|
<style type="text/css">
|
|
.strike {
|
|
text-decoration-line: line-through;
|
|
text-decoration-color: red;
|
|
text-decoration-thickness: 4px;
|
|
text-decoration-style: dotted;
|
|
}
|
|
</style><div class="strike">strike
|