https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 42bb341cb581c1f13d33b760069a9b486298bf88 authored by seabld on 05 February 2015, 04:21:54 UTC
Added tag SEAMONKEY_2_32_1_RELEASE for changeset FIREFOX_35_0_1_BUILD1. CLOSED TREE a=release
Tip revision: 42bb341
text-indent-single-line-percent-ref.html
<!DOCTYPE html>
<head>
<title>text-indent test</title>
<style type="text/css">
div { width: 500px; }
p { width: 300px; text-indent: 50px; }
</style>
</head>
<body>
<div>
<p>text</p>
</div>
</body>
</html>
back to top