New plugin to show filenames
[bizou.git] / plugins / _disabled / filenames / head.php
1 <style type="text/css">
2 .imagefilename {
3         font-size: 0.25cm;
4         word-wrap: break-word;
5         width: <?= THUMB_SIZE ?>px;
6         text-align: center;
7         margin-bottom: 1ex;
8 }
9 .square {
10         height: auto;
11 }
12 </style>