From 1dd269b69d2be989097d16677cedd882e747d030 Mon Sep 17 00:00:00 2001 From: spennythug <spencermccoy@unl.edu> Date: Tue, 1 Mar 2016 15:06:17 -0600 Subject: [PATCH] remove styles --- plugins/unl_theme/views/default/groups/css.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/plugins/unl_theme/views/default/groups/css.php b/plugins/unl_theme/views/default/groups/css.php index 840c1013..8a90cffa 100755 --- a/plugins/unl_theme/views/default/groups/css.php +++ b/plugins/unl_theme/views/default/groups/css.php @@ -23,9 +23,6 @@ .groups-stats p { margin-bottom: 2px; } - .groups-profile-fields div:first-child { - padding-top: 0; - } .groups-profile-fields .odd, .groups-profile-fields .even { @@ -39,13 +36,7 @@ } #groups-tools > li { - width: 48%; - min-height: 200px; - margin-bottom: 40px; - } - - #groups-tools > li:nth-child(odd) { - margin-right: 4%; + margin-bottom: 2em; } .groups-widget-viewall { -- GitLab