aboutsummaryrefslogtreecommitdiff
path: root/views/default/core
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-12 02:22:19 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-12 02:22:19 +0000
commit0665c9cdf7d1a695d5009152193c092c2cdf8588 (patch)
tree2dd8537b47b39f5a621724cb8f99fddeb812c2de /views/default/core
parent41fec62fe34d4864b74b741a43ebfbccf6705199 (diff)
downloadelgg-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
Diffstat (limited to 'views/default/core')
-rw-r--r--views/default/core/settings/tools.php2
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);