diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-06-12 02:22:19 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-06-12 02:22:19 +0000 |
commit | 0665c9cdf7d1a695d5009152193c092c2cdf8588 (patch) | |
tree | 2dd8537b47b39f5a621724cb8f99fddeb812c2de | |
parent | 41fec62fe34d4864b74b741a43ebfbccf6705199 (diff) | |
download | elgg-0665c9cdf7d1a695d5009152193c092c2cdf8588.tar.gz elgg-0665c9cdf7d1a695d5009152193c092c2cdf8588.tar.bz2 |
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
-rw-r--r-- | views/default/core/settings/tools.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |