blob: 4be48a4b8c8e31a54b55e65f2c6a69bf3bf1b81e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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>
|