13 lines
194 B
PHP
13 lines
194 B
PHP
|
<style type="text/css">
|
||
|
.imagefilename {
|
||
|
font-size: 0.25cm;
|
||
|
word-wrap: break-word;
|
||
|
width: <?= THUMB_SIZE ?>px;
|
||
|
text-align: center;
|
||
|
margin-bottom: 1ex;
|
||
|
}
|
||
|
.square {
|
||
|
height: auto;
|
||
|
}
|
||
|
</style>
|