diff options
-rw-r--r-- | lib/profilelist.php | 2 | ||||
-rw-r--r-- | theme/default/display.css | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php index 8754c1d88..26e3f242f 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -32,7 +32,7 @@ class ProfileList { function show_list() { - common_element_start('ul', array('id' => 'profiles')); + common_element_start('ul', array('id' => 'profiles', 'class' => 'profile_list')); $cnt = 0; diff --git a/theme/default/display.css b/theme/default/display.css index 7d413bf4e..5dcc5708a 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -923,6 +923,13 @@ form#tag_user .input_instructions { margin-left:4.5em; } +.profile_list p { +margin:0 0 0.5em 0; +} + +.profile_list .bio { +margin-left:4.5em; +} /* ----- Mailbox ----- */ |