diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-01 18:45:53 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-01 18:45:53 +0000 |
commit | 4cbcfbd9e518f256e0297d23a08d24156d597dfb (patch) | |
tree | dab7f7158e2415a09d8160616a19073c58bfe076 /mod/profile/views | |
parent | 813c841b2376b8c17641331407ddfed819fbfa79 (diff) | |
download | elgg-4cbcfbd9e518f256e0297d23a08d24156d597dfb.tar.gz elgg-4cbcfbd9e518f256e0297d23a08d24156d597dfb.tar.bz2 |
more interface fixes and improvements. Icons and background added to owner block
git-svn-id: https://code.elgg.org/elgg/trunk@1665 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views')
-rw-r--r-- | mod/profile/views/default/profile/userdetails.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php index 8b28750c5..801fc0d8a 100644 --- a/mod/profile/views/default/profile/userdetails.php +++ b/mod/profile/views/default/profile/userdetails.php @@ -123,7 +123,8 @@ <tr> <td colspan="2"> <div id="profile_info_column_right"> - <p><b><?php echo elgg_echo("profile:aboutme"); ?></b><br /><?php echo autop($vars['entity']->description); ?></p> + <p class="profile_aboutme_title"><b><?php echo elgg_echo("profile:aboutme"); ?></b></p> + <?php echo autop($vars['entity']->description); ?> </div><!-- /#profile_info_column_right --> </td> |