Usunięcie marginesów wokół obrazków w galerii skanów.
[redakcja.git] / project / templates / explorer / folder_images.html
index e6beb07..8f5f600 100644 (file)
@@ -1,5 +1,3 @@
 {% for image in images %}
-    <div class="image-box" src="{{ image }}" style="width: 460px; height: 460px; margin: 5px; background-color: gray">
-        <p>{{ image }}</p>
-    </div>
+    <div class="image-box" src="{{ image }}" style="width: 480px; height: 640px;">{{ image }}</div>
 {% endfor %}
\ No newline at end of file