fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Dopracowanie leniwego doładowywania stron (problemy są w momencie, kiedy skan strony...
[redakcja.git]
/
project
/
templates
/
explorer
/
folder_images.html
diff --git
a/project/templates/explorer/folder_images.html
b/project/templates/explorer/folder_images.html
index
e6beb07
..
4104926
100644
(file)
--- a/
project/templates/explorer/folder_images.html
+++ b/
project/templates/explorer/folder_images.html
@@
-1,5
+1,5
@@
{% for image in images %}
{% for image in images %}
- <div class="image-box" src="{{ image }}" style="width: 4
60px; height: 460px; margin: 5px; background-color: gray
">
+ <div class="image-box" src="{{ image }}" style="width: 4
80px; height: 640px; border:1px solid #DDD; margin: 5px
">
<p>{{ image }}</p>
</div>
{% endfor %}
\ No newline at end of file
<p>{{ image }}</p>
</div>
{% endfor %}
\ No newline at end of file