mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
8a6c8a1c27
Fixes an issue where old prices were not displayed with strike-through text on the PlayStation store. :^)
14 lines
433 B
HTML
14 lines
433 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;
|
|
}
|
|
.messer-upper {
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
</style><div class="strike">strike<div class="messer-upper"></div>
|