Add some white border.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Wed, 7 Aug 2013 12:02:32 +0000 (14:02 +0200)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Wed, 7 Aug 2013 12:08:08 +0000 (14:08 +0200)
catalogue/static/catalogue/css/section_list.css
catalogue/static/catalogue/css/section_list.scss

index 70ac927..15c44ca 100644 (file)
@@ -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; }
index 26e5e6c..a9a1305 100755 (executable)
@@ -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 {