mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
265 B
HTML
10 lines
265 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body style="width: 400px; padding: 0 200px">
|
||
|
<div style="text-decoration: underline;
|
||
|
text-indent: 100px;">
|
||
|
This text should be entirely underlined, without the underline sticking out.
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|