Fixing bio alignment

darcs-hash:20081121161645-eefa4-6e4af82adb69e89ada3fdd5eee8f02bc3aefeed1.gz
This commit is contained in:
csarven 2008-11-21 11:16:45 -05:00
parent 3c8632bada
commit aeaf70a472
2 changed files with 8 additions and 1 deletions

View File

@ -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;

View File

@ -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 ----- */