From 3ed251508dd18e0afc8f62bd18802e2e1c72737c Mon Sep 17 00:00:00 2001 From: zuber Date: Tue, 18 Aug 2009 12:34:21 +0200 Subject: [PATCH 1/1] =?utf8?q?Usuni=C4=99cie=20margines=C3=B3w=20wok=C3=B3?= =?utf8?q?=C5=82=20obrazk=C3=B3w=20w=20galerii=20skan=C3=B3w.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/static/css/master.css | 6 +++++- project/templates/explorer/folder_images.html | 4 +--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/project/static/css/master.css b/project/static/css/master.css index f1b48d92..f699cd6d 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -122,4 +122,8 @@ label { p { margin: 0; -} \ No newline at end of file +} + +.image-box { + border-top: 1px solid #DDD; +} diff --git a/project/templates/explorer/folder_images.html b/project/templates/explorer/folder_images.html index 4104926a..8f5f600f 100644 --- a/project/templates/explorer/folder_images.html +++ b/project/templates/explorer/folder_images.html @@ -1,5 +1,3 @@ {% for image in images %} -
-

{{ image }}

-
+
{{ image }}
{% endfor %} \ No newline at end of file -- 2.20.1