mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
231 B
HTML
18 lines
231 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
|
||
|
.c { -moz-column-width: 1px; width: 93px; }
|
||
|
.c:first-letter { }
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div class="c"><small>a b . d e f h i , k ; m n o p q</small></div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|