Small visual tweaks to user expansion

This commit is contained in:
Robin Ward 2013-10-03 16:12:17 -04:00
parent db1f8370ee
commit baa2ab8604
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<h1>{{username}}</h1>
<h2>{{name}}</h2>
<h3>{{i18n last_post}}: {{unboundDate last_posted_at}}</h3>
<h3>{{i18n last_post}}: {{date path="last_posted_at" leaveAgo="true"}}</h3>
<div class='bottom'>
{{#if bio_cooked}}<div class='bio'>{{{bio_cooked}}}</div>{{/if}}

View file

@ -28,7 +28,7 @@
h3 {
font-size: 13px;
font-weight: normal;
margin-top: 5px;
margin-top: 15px;
}
.bottom {