mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
14 lines
192 B
HTML
14 lines
192 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<style>
|
|
.fl:first-letter { }
|
|
</style>
|
|
</head>
|
|
|
|
<body dir="rtl">
|
|
|
|
<div class="fl" style="padding: 0;"><span>abc</span></div>
|
|
|
|
</body>
|
|
</html>
|