text-decoration. Bug 364862, r+sr=dbaron git-svn-id: svn://10.0.0.236/trunk@217560 18797224-902f-48f8-a5cc-f745e15eee43
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>
|