From 846a4240b292eaad305f769523b9ca77c44eda02 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Mon, 18 Aug 2014 23:12:54 -0700 Subject: [PATCH] Fix bottom corners of the commit rounded box getting cut off. --- app/config/styles.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/styles.json b/app/config/styles.json index 32d1a61..3eabe14 100644 --- a/app/config/styles.json +++ b/app/config/styles.json @@ -48,6 +48,7 @@ "footer": { "background": "#fff", "border-top": "solid 1px #ddd", + "border-radius": "0 0 3px 3px", "padding": "8px", "date": { "color": "#666"