From bfc8c796c7d67d68e6a17914ec2799e5675aab38 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 14 Oct 2014 17:00:17 -0400 Subject: [PATCH] border radius for map card images --- app/assets/stylesheets/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/base.css b/app/assets/stylesheets/base.css index 64068181..2089fe80 100644 --- a/app/assets/stylesheets/base.css +++ b/app/assets/stylesheets/base.css @@ -776,6 +776,7 @@ font-family: 'din-regular', helvetica, sans-serif; .mapCard .mapScreenshot img { width: 188px; height: 126px; + border-radius: 2px; } .mapCard .scroll {