mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
ef5d60ab75
text-decoration. Bug 364862, r+sr=dbaron
10 lines
263 B
HTML
10 lines
263 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="width: 400px; padding: 0 200px">
|
|
<div style="text-decoration: underline;
|
|
text-indent: 25%;">
|
|
This text should be entirely underlined, without the underline sticking out.
|
|
</div>
|
|
</body>
|
|
</html>
|