diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-19 20:44:22 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-19 20:44:22 +0000 |
commit | 9c1ca0412bc94fa00494ce8bc46c6a8d4e66c4b2 (patch) | |
tree | 52a98da29079ea0ef1a93085126477c081033e1f /views/default/core | |
parent | c4086e0deabe3b4305f1368082c8bfcaab5539aa (diff) | |
download | elgg-9c1ca0412bc94fa00494ce8bc46c6a8d4e66c4b2.tar.gz elgg-9c1ca0412bc94fa00494ce8bc46c6a8d4e66c4b2.tar.bz2 |
starting to use the grid in the widget code
git-svn-id: http://code.elgg.org/elgg/trunk@7692 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/core')
-rw-r--r-- | views/default/core/dashboard/blurb.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/views/default/core/dashboard/blurb.php b/views/default/core/dashboard/blurb.php index 821c617f5..0f5b60011 100644 --- a/views/default/core/dashboard/blurb.php +++ b/views/default/core/dashboard/blurb.php @@ -5,8 +5,10 @@ */ ?> -<div id="dashboard-info"> - <p> - <?php echo elgg_echo("dashboard:nowidgets"); ?> - </p> +<div class="elgg-col-2of3" id="dashboard-info"> + <div class="elgg-inner"> + <p> + <?php echo elgg_echo("dashboard:nowidgets"); ?> + </p> + </div> </div>
\ No newline at end of file |