summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsarven <csarven@controlyourself.ca>2008-11-21 11:16:45 -0500
committercsarven <csarven@controlyourself.ca>2008-11-21 11:16:45 -0500
commitaeaf70a472fe8ac24d47c624e5570a11d8707fb6 (patch)
tree21fea74498b5b4970774d86c38b894f714c22469
parent3c8632bada2abec0548f772472e894e608fe2f91 (diff)
Fixing bio alignment
darcs-hash:20081121161645-eefa4-6e4af82adb69e89ada3fdd5eee8f02bc3aefeed1.gz
-rw-r--r--lib/profilelist.php2
-rw-r--r--theme/default/display.css7
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 ----- */