remove whitespace in viewtopic

This commit is contained in:
Michael 2017-05-17 15:59:55 -04:00
parent e089cfdcd8
commit 7bc8f60923

View file

@ -49,7 +49,7 @@
<div class="row panel panel-default">
<div class="panel-body">
<div class="col-xs-4"> <!--Mini profile data-->
<div class="col-xs-2"> <!--Mini profile data-->
<img class="avatar" src="@ACL.GetUserInfo(post.AuthorId).AvatarUrl" width="128" height="128" /><br/>
<strong>@Html.UserLink(post.AuthorId)</strong><br/>
@{
@ -64,7 +64,7 @@
</p>
}
</div>
<div class="col-xs-8" id="forum_post_body"><!--Post body, subject, author, time-->
<div class="col-xs-10" id="forum_post_body"><!--Post body, subject, author, time-->
<h4>@Model.Subject</h4>
<p>@Html.UserLink(post.AuthorId) at @post.PostedAt</p>
<p>@Html.Markdown(post.Body)</p>