mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00: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>
|