From f0f57cf9afe75ef139ed295e784fb8ae27351ebd Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 7 Aug 2013 14:02:32 +0200 Subject: [PATCH] Add some white border. --- catalogue/static/catalogue/css/section_list.css | 3 ++- catalogue/static/catalogue/css/section_list.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/catalogue/static/catalogue/css/section_list.css b/catalogue/static/catalogue/css/section_list.css index 70ac927..15c44ca 100644 --- a/catalogue/static/catalogue/css/section_list.css +++ b/catalogue/static/catalogue/css/section_list.css @@ -20,7 +20,8 @@ .section-type img { float: left; margin-right: 1em; - margin-bottom: 1em; } + margin-bottom: 1em; + border: 0.375em solid white; } .section-type-synthetic { width: 18.75em; } diff --git a/catalogue/static/catalogue/css/section_list.scss b/catalogue/static/catalogue/css/section_list.scss index 26e5e6c..a9a1305 100755 --- a/catalogue/static/catalogue/css/section_list.scss +++ b/catalogue/static/catalogue/css/section_list.scss @@ -30,6 +30,7 @@ $px: 0.0625em; float: left; margin-right: 16*$px; margin-bottom: 16*$px; + border: 6*$px solid white; } } .section-type-synthetic { -- 2.20.1