From: zuber Date: Tue, 18 Aug 2009 10:34:21 +0000 (+0200) Subject: Usunięcie marginesów wokół obrazków w galerii skanów. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/3ed251508dd18e0afc8f62bd18802e2e1c72737c?hp=a39ce20a7f4d01f30508c4d003e6d973298866c6 Usunięcie marginesów wokół obrazków w galerii skanów. --- 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