diff --git a/public/css/style.less b/public/css/style.less
index a60b6a0575..9de2532e5e 100644
--- a/public/css/style.less
+++ b/public/css/style.less
@@ -331,9 +331,11 @@ footer.footer {
 			margin: 5px;
 			position: absolute;
 			bottom: 0px;
-			height: 45px;
+			height: 35px;
 			padding-top: 2px;
-			width:120px;
+			width: 80px;
+			font-size: 13px;
+			line-height: 16px;
 			background: #000;
 			opacity: 0;
 			transition: opacity 0.3s;
@@ -356,6 +358,7 @@ footer.footer {
 		hr {
 			margin-top: 0;
 			margin-right: 10px;
+			margin-bottom: 0;
 		}
 		.post-block {
 			.post-buttons {
diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl
index 365004038c..9b8e203e36 100644
--- a/public/templates/topic.tpl
+++ b/public/templates/topic.tpl
@@ -16,7 +16,7 @@
 			<div class="span12">
 				<div class="post-block">
 					<a class="main-avatar" href="/users/{main_posts.username}">
-						<img src="{main_posts.gravatar}?s=120" align="left" /><br />
+						<img src="{main_posts.gravatar}?s=80" align="left" /><br />
 						<div class="hover-overlay">
 							{main_posts.username}<br />
 							<i class="icon-star"></i><span class="user_rep_{main_posts.uid}">{main_posts.user_rep}</span>
@@ -38,10 +38,14 @@
 						</div>
 					</h3>
 
+
 					<hr />
-					<span class="{main_posts.edited-class} hidden-phone"> last edited by <strong><a href="/users/{main_posts.editor}">{main_posts.editor}</a></strong> {main_posts.relativeEditTime} ago</span>
+					<span class="{main_posts.edited-class} hidden-phone" style="font-size:10px;"> last edited by <strong><a href="/users/{main_posts.editor}">{main_posts.editor}</a></strong> {main_posts.relativeEditTime} ago</span>
+
+					<div style="clear:both; margin-bottom: 10px;"></div>
 
 					<div id="content_{main_posts.pid}" class="post-content">{main_posts.content}</div>
+					<div class="profile-block"></div>
 				</div>
 			</div>
 		</li>