mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
238 B
HTML
14 lines
238 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<style>
|
|
.fl:first-letter { }
|
|
</style>
|
|
</head>
|
|
|
|
<body dir="rtl" onload="document.getElementById('t').style.padding = '0';">
|
|
|
|
<div class="fl" id="t"><span>abc</span></div>
|
|
|
|
</body>
|
|
</html>
|