From e1781f1dbb4657d44e849df841283a2c58265e92 Mon Sep 17 00:00:00 2001 From: Odin Dutton Date: Sun, 13 May 2012 15:32:53 +1000 Subject: [PATCH] Add margin below the unfollows ul. --- views/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/application.scss b/views/application.scss index 1b968be..7120a67 100644 --- a/views/application.scss +++ b/views/application.scss @@ -39,7 +39,7 @@ body{ a{color:#000;} - ul{ + ul{margin-bottom:20px; li{margin-bottom:4px;} }