show about text properly

This commit is contained in:
joshua stein 2012-06-30 19:52:54 -05:00
parent f6560d37ad
commit 22ae6bc1b2
2 changed files with 9 additions and 5 deletions

View file

@ -62,6 +62,10 @@ span.fakea {
color: gray;
}
div.shorten_first_p p:first-child {
margin-top: 0.5em;
}
/* default form styling */

View file

@ -33,10 +33,10 @@
<%= Keystore.get("user:#{@showing_user.id}:comments_posted").to_i %>
</span>
<br>
<label class="required">About:</label>
<span class="d">
<%= raw @user.linkified_about %>
</span>
<br>
<div class="shorten_first_p" style="margin-left: 12em;">
<%= raw @showing_user.linkified_about %>
</div>
</div>