summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Forum/ViewTopic.cshtml
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-17 15:59:55 -0400
committerMichael <[email protected]>2017-05-17 15:59:55 -0400
commit7bc8f60923470059ea0322c52cc05b0c6adae37e (patch)
treed5f4c169bf744289d938f1c9e4ddeca1d0c86846 /Project-Unite/Views/Forum/ViewTopic.cshtml
parente089cfdcd81d5a6936911b9d336e086d9e3be441 (diff)
downloadproject-unite-7bc8f60923470059ea0322c52cc05b0c6adae37e.tar.gz
project-unite-7bc8f60923470059ea0322c52cc05b0c6adae37e.tar.bz2
project-unite-7bc8f60923470059ea0322c52cc05b0c6adae37e.zip
remove whitespace in viewtopic
Diffstat (limited to 'Project-Unite/Views/Forum/ViewTopic.cshtml')
-rw-r--r--Project-Unite/Views/Forum/ViewTopic.cshtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Views/Forum/ViewTopic.cshtml b/Project-Unite/Views/Forum/ViewTopic.cshtml
index a8f5fb8..ed6b7c0 100644
--- a/Project-Unite/Views/Forum/ViewTopic.cshtml
+++ b/Project-Unite/Views/Forum/ViewTopic.cshtml
@@ -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>