New plugin to show filenames
[bizou.git] / plugins / _disabled / filenames / head.php
diff --git a/plugins/_disabled/filenames/head.php b/plugins/_disabled/filenames/head.php
new file mode 100644 (file)
index 0000000..25cf562
--- /dev/null
@@ -0,0 +1,12 @@
+<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>