From: cash Date: Sun, 12 Jun 2011 02:22:19 +0000 (+0000) Subject: adjusted the spacing between the settings tools text and the surrounding elements X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0665c9cdf7d1a695d5009152193c092c2cdf8588;p=lorea%2Felgg.git adjusted the spacing between the settings tools text and the surrounding elements git-svn-id: http://code.elgg.org/elgg/trunk@9189 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/core/settings/tools.php b/views/default/core/settings/tools.php index 87c98902f..a249adf82 100644 --- a/views/default/core/settings/tools.php +++ b/views/default/core/settings/tools.php @@ -11,7 +11,7 @@ // Description of what's going on echo elgg_view('output/longtext', array( 'value' => elgg_echo("usersettings:plugins:description"), - 'class' => 'user-settings mtm', + 'class' => 'user-settings mtn mbm', )); $limit = get_input('limit', 10);