From 5e289ac9b4f80527b32ce29dd1c5c8122d73bbe2 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 4 Jun 2013 15:54:52 -0400 Subject: [PATCH] added back a slight border radius onto category listing on home page. --- public/css/style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/style.less b/public/css/style.less index 4ee5ea8583..2bda8522c4 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -248,6 +248,7 @@ footer.footer { padding-top:25px; cursor: pointer; margin-bottom: 20px; + border-radius: 5px; } .category-row h4 { font-weight: 700;