diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-21 11:16:45 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-21 11:16:45 -0500 |
commit | aeaf70a472fe8ac24d47c624e5570a11d8707fb6 (patch) | |
tree | 21fea74498b5b4970774d86c38b894f714c22469 /theme/default | |
parent | 3c8632bada2abec0548f772472e894e608fe2f91 (diff) |
Fixing bio alignment
darcs-hash:20081121161645-eefa4-6e4af82adb69e89ada3fdd5eee8f02bc3aefeed1.gz
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/display.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 ----- */ |