blob: 8dcef6a243927f927f9d6e42709959f265332db9 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
ul { margin-left: 100px; }
.orient { list-style-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg); }
.no-orient { list-style-image: url(../support/exif-orientation-9-u.jpg); }
</style>
<ul class="orient"><li>&nbsp;</li></ul>
<ul class="no-orient"><li>&nbsp;</li></ul>