From e8ee90e9ba76018966fd739e4bf1b53d3b20a76c Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 13 Jun 2011 13:30:09 +0000 Subject: [PATCH] Added some extra space between the "Browse all" link and the first graph bar in "Browse By" section in homepage. --- webapp/web/css/browseClassGroups.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/web/css/browseClassGroups.css b/webapp/web/css/browseClassGroups.css index 43d59b4ee..c2c491b04 100644 --- a/webapp/web/css/browseClassGroups.css +++ b/webapp/web/css/browseClassGroups.css @@ -64,11 +64,13 @@ ul#browse-classgroups .count-classes { border: 1px solid #dde6e5; background: #fff; min-height: 230px; + padding-top: 10px; } a.browse-superclass { position: absolute; right: 0.5em; font-size: 0.9em; + top: 3px; } ul#classes-in-classgroup { float: left;