From 72d0b17dab821b1269d73cf55de643f618da2566 Mon Sep 17 00:00:00 2001 From: nac26 Date: Tue, 22 Feb 2011 22:01:53 +0000 Subject: [PATCH] NIHVIVO-2159 Removed bottom padding from ul#classes-in-classgroup --- webapp/web/css/browseClassGroups.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/css/browseClassGroups.css b/webapp/web/css/browseClassGroups.css index f428ec627..a22d75396 100644 --- a/webapp/web/css/browseClassGroups.css +++ b/webapp/web/css/browseClassGroups.css @@ -73,7 +73,7 @@ a.browse-superclass { ul#classes-in-classgroup { float: left; width: 90%; - padding: 0 10px 15px 22px; + padding: 0 10px 0 22px; margin-top: 20px; margin-bottom: 10px; }